truncate method

truncate

Converts the specified RectangleF to a Rectangle by truncating the RectangleF values.

Returns

A new Rectangle.

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

See Also