Click or drag to resize

GH_Attr_WidgetComputeMinSize Method

Computes widget's minimum size.

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

Return Value

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