Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > IAnnThumbStyle Interface : HitTest Method |
bool HitTest( LeadPointD location, LeadPointD testPoint, double hitTestBuffer )
'Declaration
Function HitTest( _ ByVal location As LeadPointD, _ ByVal testPoint As LeadPointD, _ ByVal hitTestBuffer As Double _ ) As Boolean
bool HitTest( LeadPointD location, LeadPointD testPoint, double hitTestBuffer )
-(BOOL) hitTestPoint:(LeadPointD)location
testPoint:(LeadPointD)testPoint
buffer:(double) aBuffer;
boolean hitTest(LeadPointD location, LeadPointD testPoint, double hitTestBuffer);
function Leadtools.Annotations.Core.IAnnThumbStyle.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.