public virtual bool RenderHitTest( LeadPointD location, LeadPointD testPoint, double hitTestBuffer, AnnContainerMapper mapper )
public virtual 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.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.