LEADTOOLS JavaScript (Leadtools.Annotations.Core)
LEAD Technologies, Inc

HitTest Method (AnnObject)


The Leadtools.LeadPointD to be tested.
Threshold buffer value, in container units.
Performs hit-testing on this AnnObject.
Syntax
 function Leadtools.Annotations.Core.AnnObject.hitTest( 
   point ,
   hitTestBuffer 
)
!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!

Parameters

ParameterTypeDescription
pointLeadPointDThe Leadtools.LeadPointD to be tested.
hitTestBufferdoubleThreshold buffer value, in container units.

Return Value

TypeDescription
boolean true if the test point intersects with the object, otherwise; false.
Remarks

hitTestBuffer is used to make the test point "bigger" to compensate for errors and provide smoother hit-testing. For example, if buffer is 2, a square with a length of 4 units around the test point will be used to perform the hit-testing.

By default, an annotation object will return true if hit-testing was satisfied. Derived objects can override this method to fine tune the return value.

See Also

Reference

AnnObject Object
AnnObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.