Click or drag to resize

GripUserInterfaceObjectOnDrag Method

[Missing <summary> documentation for "M:Rhino.UI.GripUserInterfaceObject.OnDrag(Rhino.Geometry.Point3d,Rhino.UI.MouseState)"]

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
protected virtual void OnDrag(
	Point3d newLocation,
	MouseState mouse
)

Parameters

newLocation
Type: Rhino.GeometryPoint3d

[Missing <param name="newLocation"/> documentation for "M:Rhino.UI.GripUserInterfaceObject.OnDrag(Rhino.Geometry.Point3d,Rhino.UI.MouseState)"]

mouse
Type: Rhino.UIMouseState

[Missing <param name="mouse"/> documentation for "M:Rhino.UI.GripUserInterfaceObject.OnDrag(Rhino.Geometry.Point3d,Rhino.UI.MouseState)"]

See Also