Rect
Overview
Rect is a class in Aspose.Page FOSS for Python.
Axis-aligned rectangle with min/max coordinates.
Properties: x_max, x_min, y_max, y_min.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x_min | float | Read | Gets the x min. |
y_min | float | Read | Gets the y min. |
x_max | float | Read | Gets the x max. |
y_max | float | Read | Gets the y max. |