Click or drag to resize

GH_Attr_WidgetUpdateBounds Method

Update widget bounds.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public void UpdateBounds(
	PointF transform,
	float width
)

Parameters

transform
Type: System.DrawingPointF
Transformation of widget.
width
Type: SystemSingle
Width of widget.
See Also