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 : RenderHitTest Method |
bool RenderHitTest( LeadPointD location, LeadPointD testPoint, double hitTestBuffer, AnnContainerMapper mapper )
'Declaration
Function RenderHitTest( _ ByVal location As LeadPointD, _ ByVal testPoint As LeadPointD, _ ByVal hitTestBuffer As Double, _ ByVal mapper As AnnContainerMapper _ ) As Boolean
bool RenderHitTest( LeadPointD location, LeadPointD testPoint, double hitTestBuffer, AnnContainerMapper mapper )
-(BOOL) renderHitTestPoint:(LeadPointD)location
testPoint:(LeadPointD)testPoint
buffer:(double) aBuffer
mapper:(LTAnnContainerMapper*)mapper;
boolean renderHitTest(LeadPointD location, LeadPointD testPoint, double hitTestBuffer, AnnContainerMapper mapper);
function Leadtools.Annotations.Core.IAnnThumbStyle.RenderHitTest( location , testPoint , hitTestBuffer , mapper )
The automation framework will call RenderHitTest 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.