Grasshopper API
GH_GradientMouseUp Method |
Terminate grip drag.
Namespace: Grasshopper.GUI.Gradient
Assembly: Grasshopper (in Grasshopper.dll)

public bool MouseUp( RectangleF dest, PointF pt, bool deselect )
Public Function MouseUp ( dest As RectangleF, pt As PointF, deselect As Boolean ) As Boolean
Parameters
- dest
- Type: System.DrawingRectangleF
Destination rectangle of gradient - pt
- Type: System.DrawingPointF
Mouse location in destination coordinates - deselect
- Type: SystemBoolean
Return Value
Type: BooleanImplements
IGradient.MouseUp(RectangleF, PointF, Boolean)