Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)