Method ClampToZero
ClampToZero()
Clamps the values of the current SizeD instance to zero if they are less than zero.
public readonly SizeD ClampToZero()
Returns
Remarks
This method ensures that the resulting values are non-negative by replacing any negative values with zero.