Click or drag to resize

DisplayConduitDrawForeground Method

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.

The default implementation does nothing.

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

Parameters

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