Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Rendering Namespace > AnnThumbStyle Class : RenderHitTest Method |
public virtual bool RenderHitTest( LeadPointD location, LeadPointD testPoint, double hitTestBuffer, AnnContainerMapper mapper )
'Declaration
Public Overridable Function RenderHitTest( _ ByVal location As LeadPointD, _ ByVal testPoint As LeadPointD, _ ByVal hitTestBuffer As Double, _ ByVal mapper As AnnContainerMapper _ ) As Boolean
'Usage
Dim instance As AnnThumbStyle Dim location As LeadPointD Dim testPoint As LeadPointD Dim hitTestBuffer As Double Dim mapper As AnnContainerMapper Dim value As Boolean value = instance.RenderHitTest(location, testPoint, hitTestBuffer, mapper)
public virtual bool RenderHitTest( LeadPointD location, LeadPointD testPoint, double hitTestBuffer, AnnContainerMapper mapper )
- (BOOL)rendererHitTestPoint:(LeadPointD)location
testPoint:(LeadPointD)testPoint
buffer:(double)buffer
mapper:(LTAnnContainerMapper *)mapper
public boolean renderHitTest(LeadPointD location, LeadPointD testPoint, double hitTestBuffer, AnnContainerMapper mapper)
function Leadtools.Annotations.Rendering.AnnThumbStyle.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.