Called when Rhino wants to draw this object
Namespace:
Rhino.DocObjects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntax protected virtual void OnDraw(
DrawEventArgs e
)
Protected Overridable Sub OnDraw (
e As DrawEventArgs
)
Parameters
- e
- Type: Rhino.DisplayDrawEventArgs
[Missing <param name="e"/> documentation for "M:Rhino.DocObjects.RhinoObject.OnDraw(Rhino.Display.DrawEventArgs)"]
See Also