Method GrowCoord
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
currentValuefloat?Current width or height.
minValueAtLeastfloatMinimal value of the result will be at least.