Method Ceiling
Ceiling(RectD)
Converts the specified RectD structure to a RectI structure by rounding the RectD values to the next higher integer values.
public static RectI Ceiling(RectD value)
Parameters
Returns
Remarks
Ceiling operation returns the smallest integer that is greater than or equal to the specified floating-point number.
Ceiling()
Returns new RectD value with ceiling of location and size. Uses Ceiling(double) on values.
public readonly RectD Ceiling()