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):
...
Parameter | Type | Description |
---|---|---|
size | SizeF | The SizeF structure to convert. |
See Also
- module
aspose.cad
- class
Size
- class
SizeF