Table of Contents

Method GrowCoord

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

GrowCoord(double?, double)

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

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

Parameters

currentValue double?

Current width or height.

minValueAtLeast double

Minimal value of the result will be at least.

Returns

double