truncate method

truncate

Converts the specified PointF to a Point by truncating the values of the Point.

Returns

The Point this method converts to.

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

See Also