Click or drag to resize

RotationGripUserInterfaceObjectOnRotationDrag Method

Called when dragging a rotation grip. Angle is the amount that the plane will be rotated when dragging

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnRotationDrag(
	double angle,
	MouseState mouse
)

Parameters

angle
Type: SystemDouble
signed angle of rotation amout
mouse
Type: Rhino.UIMouseState
mouse state while dragging
See Also