Provides support for extra drawing whenever the Container is painted.
protected virtual void OnAfterDrawingObjects(
object sender,
AnnPaintEventArgs e
)
Protected Overridable Sub OnAfterDrawingObjects( _
ByVal sender As Object, _
ByVal e As Leadtools.Annotations.AnnPaintEventArgs _
)
protected:
virtual void OnAfterDrawingObjects(
Object^ sender,
Leadtools.Annotations.AnnPaintEventArgs^ e
)
sender
The source of the sender.
e
An AnnPaintEventArgs object that contains the event data.
Derived classes can override this method to provide extra drawing whenever the Container object is painted. AnnEditDesigner derived classes use this method to draw the control points of the object currently being edited.
For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations (Deprecated)
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