GH_ComponentAttributes.IsPickRegion Method (PointF)

GH_ComponentAttributesIsPickRegion Method (PointF)

Namespace:  Grasshopper.Kernel.Attributes
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public override bool IsPickRegion(
	PointF point
)
Public Overrides Function IsPickRegion ( 
	point As PointF
) As Boolean

Parameters

point
Type: System.DrawingPointF

Return Value

Type: Boolean
See Also