|
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)
Syntaxpublic virtual void PostUpdateBounds(
out float outHeight
)
Public Overridable Sub PostUpdateBounds (
<OutAttribute> ByRef outHeight As Single
)
public:
virtual void PostUpdateBounds(
[OutAttribute] float% outHeight
)
abstract PostUpdateBounds :
outHeight : float32 byref -> unit
override PostUpdateBounds :
outHeight : float32 byref -> unit
Parameters
- outHeight
- Type: SystemSingle
The actual height of the widget. Default is the current height.
See Also