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; }
Public Overridable ReadOnly Property InvalidRectangle As Rectangle
public:
virtual property Rectangle InvalidRectangle {
Rectangle get();
}
The System.Drawing.Rectangle structure that represents the area that should be invalidated whenever the viewer is asked to repaint its AnnContainer object.
This rectangle is in the viewer client coordinates. It is calculated based on the Bounds property.
For an example, refer to AnnContainer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET