Click or drag to resize

DisplayConduitPostDrawObjects Method

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.

The default implementation does nothing.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void PostDrawObjects(
	DrawEventArgs e
)

Parameters

e
Type: Rhino.DisplayDrawEventArgs
The event argument contains the current viewport and display state.
See Also