←Select platform

GetContainerInvalidRect Method

Summary

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

Syntax

C#
VB
Java
WinRT C#
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  
) 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Automation Assembly
Click or drag to resize