ceiling method
ceiling
Converts the specified RectangleF structure to a Rectangle structure by rounding the RectangleF values to the next higher integer values.
Returns
Returns a Rectangle.
def ceiling(self, value):
    ...
| Parameter | Type | Description | 
|---|---|---|
| value | RectangleF | The RectangleFstructure to be converted. | 
See Also
- module aspose.cad
- class Rectangle
- class RectangleF