truncate method

truncate

Converts the specified SizeF structure to a Size structure by truncating the values of the SizeF structure to the next lower integer values.

Returns

The Size structure this method converts to.

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

See Also