LEADTOOLS Annotations (Leadtools.Annotations assembly)

InvalidRectangle Property (AnnContainer)

Show in webframe





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 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

See Also

Reference

AnnContainer Class
AnnContainer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.