GH_GradientMouseDown Method  | 
 
 Begin grip drag operation.
 
 
    Namespace: 
   Grasshopper.GUI.Gradient
    Assembly:
   Grasshopper (in Grasshopper.dll)
Syntaxpublic bool MouseDown(
	RectangleF dest,
	PointF pt
)
Public Function MouseDown ( 
	dest As RectangleF,
	pt As PointF
) As Boolean
Parameters
- dest
 - Type: System.DrawingRectangleF
Destination rectangle of the gradient. - pt
 - Type: System.DrawingPointF
Mouse position in destination coordinates. 
Return Value
Type: 
BooleanTrue if a grip drag was started, false otherwise.
See Also