Click or drag to resize

CustomObjectGripsOnDraw Method

Draws the grips. In your implementation, override this if you need to draw dynamic elements and then call this base implementation to draw the grips themselves.

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnDraw(
	GripsDrawEventArgs args
)

Parameters

args
Type: Rhino.DocObjects.CustomGripsDrawEventArgs
The grips draw event arguments.
See Also