Gets the invalid rectangle of EditObject
public virtual Rectangle EditObjectInvalidRectangle { get; }
Public Overridable ReadOnly Property EditObjectInvalidRectangle As Rectangle
public:
virtual property Rectangle EditObjectInvalidRectangle {
Rectangle get();
}
A System.Drawing.Rectangle structure that represents the current invalid rectangle of EditObject.
This invalid rectangle contains the boundaries of the control points as well. It is more accurate to use this property instead of AnnObject.InvalidRectangle when calculating the invalid rectangle of an object that is being edited.
For an example, refer to AnnDesigner.
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