Called before objects are been drawn. Depth writing and testing are on.

The default implementation does nothing.

Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)

Syntax

C#
protected virtual void PreDrawObjects(
	DrawEventArgs e
)
Visual Basic
Protected Overridable Sub PreDrawObjects ( _
	e As DrawEventArgs _
)

Parameters

e
Type: Rhino.Display..::..DrawEventArgs
The event argument contain the current viewport and display state.

See Also