getContainerInvalidRect Method

Summary

Gets the current invalidation rectangle (the physical location and size) for a container.

Syntax
TypeScript
JavaScript
AnnAutomation.prototype.getContainerInvalidRect = function( 
   container, 
   includeObjects 
) 
getContainerInvalidRect( 
   container: AnnContainer, 
   includeObjects: boolean 
): LeadRectD; 

Parameters

container

The container object. Must be one of the items in Containers.

includeObjects

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.

Return Value

The current invalidation rectangle (the physical location and size) of a container.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.