- drawingContext
- The drawing context on which to draw this AnnObjectBase.
Visual Basic (Declaration) | |
---|---|
Overrides Protected Sub OnRender( _ ByVal drawingContext As DrawingContext _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
protected override void OnRender( DrawingContext drawingContext ) |
C++/CLI | |
---|---|
protected: void OnRender( DrawingContext drawingContext ) override |
Parameters
- drawingContext
- The drawing context on which to draw this AnnObjectBase.
This method will call RenderObject first to draw the object itself, RenderHeader to draw the header of the object and then finally RenderLocked to draw the locked object (if the object is currently locked).
Derived annotation objects are not encouraged to override this method directly. Instead override RenderObject, RenderHeader and RenderLocked individually.
For more information, refer to OnRender method.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family