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)
Syntaxprotected virtual void OnRotationDrag(
double angle,
MouseState mouse
)
Protected Overridable Sub OnRotationDrag (
angle As Double,
mouse As MouseState
)
Parameters
- angle
- Type: SystemDouble
signed angle of rotation amout - mouse
- Type: Rhino.UIMouseState
mouse state while dragging
See Also