Click or drag to resize

GH_Attr_WidgetContains Method

Check if widget bounds contains given point. By default the CanvasBounds of the widget will be consulted.

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

Parameters

pt
Type: System.DrawingPointF
The point to check.

Return Value

Type: Boolean
True if point is inside widget bound, false otherwise.
See Also