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
Syntax public static event EventHandler<DrawEventArgs> DrawForeground
Public Shared Event DrawForeground As EventHandler(Of DrawEventArgs)
Value
Type:
SystemEventHandlerDrawEventArgsRemarks
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.
See Also