Called after all non-highlighted objects have been drawn and PostDrawObjects has been called.
Depth writing and testing are turned OFF. If you want to draw with depth writing/testing,
see PostDrawObjects.
Namespace: Rhino.DisplayThe default implementation does nothing.
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
protected virtual void DrawForeground( DrawEventArgs e ) |
| Visual Basic |
|---|
Protected Overridable Sub DrawForeground ( _ e As DrawEventArgs _ ) |
Parameters
- e
- Type: Rhino.Display..::..DrawEventArgs
The event argument contains the current viewport and display state.