RhinoCommon API
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)

protected virtual void OnDraw( GripsDrawEventArgs args )
Protected Overridable Sub OnDraw ( args As GripsDrawEventArgs )
Parameters
- args
- Type: Rhino.DocObjects.CustomGripsDrawEventArgs
The grips draw event arguments.
