public virtual bool HitTest( LeadPointD location, LeadPointD testPoint, double hitTestBuffer )
public virtual bool HitTest( LeadPointD location, LeadPointD testPoint, double hitTestBuffer )
-(BOOL) hitTestPoint:(LeadPointD)location testPoint:(LeadPointD)testPoint buffer:(double) aBuffer;
public boolean hitTest(LeadPointD location, LeadPointD testPoint, double hitTestBuffer)
function Leadtools.Annotations.Rendering.AnnThumbStyle.HitTest( location , testPoint , hitTestBuffer )
The automation framework will call HitTest repeatedly to determine if a user input location is over a thumb. For example, to determine if the framework should start dragging a side of a selected object or to start rotating it.