RhinoCommon API
DisplayPipelineDrawForeground Event |
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.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public static event EventHandler<DrawEventArgs> DrawForeground
Public Shared Event DrawForeground As EventHandler(Of DrawEventArgs)
Value
Type: SystemEventHandlerDrawEventArgs
This event is actually passed a DrawForegroundEventArgs, but we could not change
the event declaration without breaking the SDK. Cast to a DrawForegroundEventArgs
if you need it.
