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