Gets the rectangle that represents the area that should be invalidated whenever the viewer is asked to repaint its
AnnContainer object.
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.