Click or drag to resize

UserInterfaceObjectBaseOnDraw Method

All user interface objects are drawn and can customize their look with the OnDraw function

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

Parameters

args
Type: Rhino.DisplayDrawEventArgs

[Missing <param name="args"/> documentation for "M:Rhino.UI.UserInterfaceObjectBase.OnDraw(Rhino.Display.DrawEventArgs)"]

See Also