←Select platform

GetContainerInvalidRect Method

Summary
Gets the current invalidate rectangle (the physical location and size) of a container.
Syntax
C#
C++/CLI
Java
Python
public LeadRectD GetContainerInvalidRect( 
   AnnContainer container, 
   bool includeObjects 
) 
public LeadRectD getContainerInvalidRect(AnnContainer container, boolean includeObjects) 
public:  
   LeadRectD^ GetContainerInvalidRect( 
      AnnContainer^ container, 
      bool includeObjects 
   ) 
def GetContainerInvalidRect(self,container,includeObjects): 

Parameters

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

includeObjects
true if objects that belong to the container but might lay outside the container boundaries are to be included in the calculation; otherwise, false and only the container boundary is used

Return Value

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

Requirements

Target Platforms

Help Version 22.0.2023.4.25
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.