The InvalidRectangle Property is available in LEADTOOLS Document and Medical Imaging toolkits.
Gets the rectangle that represents the area that should be invalidated whenever the viewer is asked to repaint its AnnContainer object.Visual Basic (Declaration) | |
---|---|
Public Overridable ReadOnly Property InvalidRectangle As Rectangle |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnContainer Dim value As Rectangle value = instance.InvalidRectangle |
C# | |
---|---|
public virtual Rectangle InvalidRectangle {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.For an example, refer to AnnContainer.
(Read only) This rectangle is in the viewer client coordinates. It is calculated based on the Bounds property.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7