Grasshopper API
GH_AttributesTIsPickRegion Method (PointF) |
Determines whether a point is within the pickable region for this object.
By default, any point inside the Bounds is treated as pickable.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

public virtual bool IsPickRegion( PointF point )
Public Overridable Function IsPickRegion ( point As PointF ) As Boolean
Parameters
- point
- Type: System.DrawingPointF
Point location to test.
Return Value
Type: BooleanImplements
IGH_AttributesIsPickRegion(PointF)