Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Automation)

HitTestContainer Method

Show in webframe
The location that is being tested.
true if objects that belong to the container but might lay outside the container boundaries are to be included in the hit-testing; otherwise, false and only the container boundary is used in the hit-testing.
Gets the container under the specified location.
Syntax
 function Leadtools.Annotations.Automation.AnnAutomation.hitTestContainer( 
   location ,
   includeObjects 
)

Parameters

ParameterTypeDescription
locationLeadPointDThe location that is being tested.
includeObjectsbooltrue if objects that belong to the container but might lay outside the container boundaries are to be included in the hit-testing; otherwise, false and only the container boundary is used in the hit-testing.

Return Value

TypeDescription
AnnContainer The first container found under the specified location or null if no containers satisfies the hit-testing location.
See Also

Reference

AnnAutomation Object
AnnAutomation Members

Error processing SSI file