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

NameTypeAccessDescription
x_minfloatReadGets the x min.
y_minfloatReadGets the y min.
x_maxfloatReadGets the x max.
y_maxfloatReadGets the y max.

See Also