DisplayConduitDrawForeground Method |
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.
The default implementation does nothing.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax protected virtual void DrawForeground(
DrawEventArgs e
)
Protected Overridable Sub DrawForeground (
e As DrawEventArgs
)
Parameters
- e
- Type: Rhino.DisplayDrawEventArgs
The event argument contains the current viewport and display state.
See Also