DisplayPipeline.DrawForeground Event

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)
Syntax
public static event EventHandler<DrawEventArgs> DrawForeground
Public Shared Event DrawForeground As EventHandler(Of DrawEventArgs)

Value

Type: SystemEventHandlerDrawEventArgs
Remarks
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.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also