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

GetContainerInvalidRect Method

Show in webframe
The container object. Must be one of the items in Containers.
true if objects that belong to the container but lay outside the container boundaries are to be included in the calculation; otherwise, false. When the value is false, only the container boundary is used.
Gets the current invalidation rectangle (the physical location and size) for a container
Syntax
 function Leadtools.Annotations.Automation.AnnAutomation.getContainerInvalidRect( 
   container ,
   includeObjects 
)

Parameters

ParameterTypeDescription
containerAnnContainerThe container object. Must be one of the items in Containers.
includeObjectsbooltrue if objects that belong to the container but lay outside the container boundaries are to be included in the calculation; otherwise, false. When the value is false, only the container boundary is used.

Return Value

TypeDescription
LeadRectD The current invalidation rectangle (the physical location and size) of a container.
See Also

Reference

AnnAutomation Object
AnnAutomation Members

Error processing SSI file