LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

InvalidRectangle Property (AnnContainer)






Gets the rectangle that represents the area that should be invalidated whenever the viewer is asked to repaint its AnnContainer object.
Syntax
public virtual Rectangle InvalidRectangle {get;}
'Declaration
 
Public Overridable ReadOnly Property InvalidRectangle As Rectangle
'Usage
 
Dim instance As AnnContainer
Dim value As Rectangle
 
value = instance.InvalidRectangle
public virtual Rectangle InvalidRectangle {get;}
 get_InvalidRectangle(); 
public:
virtual property Rectangle InvalidRectangle {
   Rectangle get();
}

Property Value

The System.Drawing.Rectangle structure that represents the area that should be invalidated whenever the viewer is asked to repaint its AnnContainer object.
Remarks
This rectangle is in the viewer client coordinates. It is calculated based on the Bounds property.
Example
For an example, refer to AnnContainer.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnContainer Class
AnnContainer Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.