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