GH_GradientDeleteGripRegion Method  | 
 
 Gets the Delete Grip region rectangle based on a gradient destination rectangle.
 
 
    Namespace: 
   Grasshopper.GUI.Gradient
    Assembly:
   Grasshopper (in Grasshopper.dll)
Syntaxpublic static RectangleF DeleteGripRegion(
	RectangleF destination
)
Public Shared Function DeleteGripRegion ( 
	destination As RectangleF
) As RectangleF
Parameters
- destination
 - Type: System.DrawingRectangleF
Gradient destination rectangle. 
Return Value
Type: 
RectangleF
See Also