Click or drag to resize

DisplayPipelinePostDrawObjects Event

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.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static event EventHandler<DrawEventArgs> PostDrawObjects

Value

Type: SystemEventHandlerDrawEventArgs
See Also