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
- currentValuedouble?
- Current width or height. 
- minValueAtLeastdouble
- Minimal value of the result will be at least.