Table of Contents

Method GrowCoord

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GrowCoord(float?, float)

Increases width or height specified in currentValue if it is less than value specified in minValueAtLeast.

public static float GrowCoord(float? currentValue, float minValueAtLeast)

Parameters

currentValue float?

Current width or height.

minValueAtLeast float

Minimal value of the result will be at least.

Returns

float