Grasshopper API
GH_GradientNewGripRegion Method |
Gets the new Grip region rectangle based on a gradient destination rectangle.
Namespace: Grasshopper.GUI.Gradient
Assembly: Grasshopper (in Grasshopper.dll)

public static RectangleF NewGripRegion( RectangleF destination )
Public Shared Function NewGripRegion ( destination As RectangleF ) As RectangleF
Parameters
- destination
- Type: System.DrawingRectangleF
Gradient destination rectangle.
Return Value
Type: RectangleF