round method

round

Converts the specified PointF to a Point object by rounding the Point values to the nearest integer.

Returns

The Point this method converts to.

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

See Also