Click or drag to resize

GH_DocumentFindComponent 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.DrawingPoint
The point to search for

Return Value

Type: IGH_Component
See Also