Click or drag to resize

GH_Attr_WidgetIsTtipPoint Method

Get widget at point. If no widget is in range of given point, null is returned.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public virtual GH_Attr_Widget IsTtipPoint(
	PointF pt
)

Parameters

pt
Type: System.DrawingPointF
The hit point.

Return Value

Type: GH_Attr_Widget
The attribute hit by given point.
See Also