- drawingContext
- The DrawingContext that defines the 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 object to be drawn.
The AnnGroupObject overrides this method to draw the group frame.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family