Click or drag to resize

GH_Attr_WidgetUpdateBounds Method

Update widget bounds.

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

Parameters

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