ceiling method

ceiling

Converts the specified PointF to a Point by rounding the values of the PointF to the next higher integer values.

Returns

The Point this method converts to.

def ceiling(self, point):
    ...
ParameterTypeDescription
pointPointFThe PointF to convert.

See Also