Click or drag to resize

RhinoObjectOnDraw Method

Called when Rhino wants to draw this object

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

Parameters

e
Type: Rhino.DisplayDrawEventArgs

[Missing <param name="e"/> documentation for "M:Rhino.DocObjects.RhinoObject.OnDraw(Rhino.Display.DrawEventArgs)"]

See Also