getContainerInvalidRect Method

Summary

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

Syntax

JavaScript Syntax
AnnAutomation.prototype.getContainerInvalidRect = function(container, includeObjects) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly