Grasshopper API
IGH_AttributesIsPickRegion Method (RectangleF, GH_PickBox) |
Determines whether a rectangle is a valid pick region for this object.
By default, the picking rectangle is intersected with the Bounds rectangle.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

bool IsPickRegion( RectangleF box, GH_PickBox method )
Function IsPickRegion ( box As RectangleF, method As GH_PickBox ) As Boolean
Parameters
- box
- Type: System.DrawingRectangleF
Selection box. - method
- Type: Grasshopper.KernelGH_PickBox
Selection method.
Return Value
Type: Boolean