ceiling method

ceiling

Converts the specified RectangleF structure to a Rectangle structure by rounding the RectangleF values to the next higher integer values.

Returns

Returns a Rectangle.

def ceiling(self, value):
    ...
ParameterTypeDescription
valueRectangleFThe RectangleF structure to be converted.

See Also