Click or drag to resize

GH_Attr_WidgetComputeMinSize Method

Computes widget's minimum size.

Namespace:  Karamba.GHopper.Utilities.UIWidgets
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public abstract SizeF ComputeMinSize()

Return Value

Type: SizeF
The minimum size of the widget.
See Also