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