←Select platform

GetContainerInvalidRect Method

Summary

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

Syntax

C#
VB
Java
WinRT C#
C++
public LeadRectD GetContainerInvalidRect( 
   AnnContainer container, 
   bool includeObjects 
) 
Public Function GetContainerInvalidRect( _ 
   ByVal container As Leadtools.Annotations.Core.AnnContainer, _ 
   ByVal includeObjects As Boolean _ 
) As Leadtools.LeadRectD 
public LeadRectD getContainerInvalidRect(AnnContainer container, boolean includeObjects) 
 function Leadtools.Annotations.Automation.AnnAutomation.GetContainerInvalidRect(  
   container , 
   includeObjects  
) 
public:  
   LeadRectD^ GetContainerInvalidRect( 
      AnnContainer^ container, 
      bool 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly