RectWrapper
Overview
RectWrapper is a class in Aspose.Page FOSS for Python.
Properties: height, width, 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. |
width | float | Read | Gets the width. |
height | float | Read | Gets the height. |