|
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)
Syntaxpublic virtual GH_Attr_Widget IsTtipPoint(
PointF pt
)
Public Overridable Function IsTtipPoint (
pt As PointF
) As GH_Attr_Widget
public:
virtual GH_Attr_Widget^ IsTtipPoint(
PointF pt
)
abstract IsTtipPoint :
pt : PointF -> GH_Attr_Widget
override IsTtipPoint :
pt : PointF -> GH_Attr_Widget
Parameters
- pt
- Type: System.DrawingPointF
The hit point.
Return Value
Type:
GH_Attr_WidgetThe attribute hit by given point.
See Also