ceiling method
ceiling
Converts the specified SizeF
structure to a Size
structure by rounding the values of the Size
structure to the next higher integer values.
Returns
The Size
structure this method converts to.
def ceiling(self, size):
...
Parameter | Type | Description |
---|---|---|
size | SizeF | The SizeF structure to convert. |
See Also
- module
aspose.cad
- class
Size
- class
SizeF