Method GrowCoord
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
doubleMinimal value of the result will be at least.