RhinoCommon API
DisplayConduitPostDrawObjects Method |
Called after all non-highlighted objects have been drawn. Depth writing and testing are
still turned on. If you want to draw without depth writing/testing, see DrawForeground.
The default implementation does nothing.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
protected virtual void PostDrawObjects( DrawEventArgs e )
Protected Overridable Sub PostDrawObjects ( e As DrawEventArgs )
Parameters
- e
- Type: Rhino.DisplayDrawEventArgs
The event argument contains the current viewport and display state.