Visual Basic (Declaration) | |
---|---|
Protected Overridable Sub OnAfterDrawingObjects( _ ByVal sender As Object, _ ByVal e As AnnPaintEventArgs _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected virtual void OnAfterDrawingObjects( object sender, AnnPaintEventArgs e ) |
Managed Extensions for C++ | |
---|---|
protected: virtual void OnAfterDrawingObjects( Object* sender, AnnPaintEventArgs* e ) |
C++/CLI | |
---|---|
protected: virtual void OnAfterDrawingObjects( Object^ sender, AnnPaintEventArgs^ e ) |
Parameters
- sender
- The source of the sender.
- e
- An AnnPaintEventArgs object that contains the event data.
For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS Annotations
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family