Click or drag to resize

GH_Document.FindComponent Method (Point)

Search for components that contain the locus

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public IGH_Component FindComponent(
	Point pt
)

Parameters

pt
Type: System.Drawing.Point
The point to search for

Return Value

Type: IGH_Component
See Also