Method Ceiling
Ceiling()
Returns new SizeD value with ceiling of the Width and Height. Uses Ceiling(double) on values.
public readonly SizeD Ceiling()
Returns
Remarks
Ceiling operation returns the smallest integer that is greater than or equal to the specified floating-point number.