- drawingContext
- The DrawingContext that defines the AnnSelectObject object to be drawn.
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 DrawingContext that defines the AnnSelectObject object to be drawn.
This method is called internally by the annotation framework whenever the AnnObjectBase.OnRender method is called. There is no need to call this method directly.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family