ceiling method

ceiling

Converts the specified SizeF structure to a Size structure by rounding the values of the Size structure to the next higher integer values.

Returns

The Size structure this method converts to.

def ceiling(self, size):
    ...
ParameterTypeDescription
sizeSizeFThe SizeF structure to convert.

See Also