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
)
Protected Overridable Sub OnDraw ( 
	args As GripsDrawEventArgs
)

Parameters

args
Type: Rhino.DocObjects.CustomGripsDrawEventArgs
The grips draw event arguments.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also