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:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
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