Click or drag to resize

GH_Attr_WidgetPostUpdateBounds Method

Is invoked after the bounds of the widget has been updated.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntax
public virtual void PostUpdateBounds(
	out float outHeight
)

Parameters

outHeight
Type: SystemSingle
The actual height of the widget. Default is the current height.
See Also