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
Public Shared Event PostDrawObjects As EventHandler(Of DrawEventArgs)
Value
Type:
SystemEventHandlerDrawEventArgsSee Also