round method
round
Converts the specified RectangleF
to a Rectangle
by rounding the RectangleF
values to the nearest integer values.
Returns
A new Rectangle
.
def round(self, value):
...
Parameter | Type | Description |
---|---|---|
value | RectangleF | The RectangleF to be converted. |
See Also
- module
aspose.cad
- class
Rectangle
- class
RectangleF