RectWrapper

Overview

RectWrapper is a class in Aspose.Page FOSS for Python.

Properties: height, width, 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.
widthfloatReadGets the width.
heightfloatReadGets the height.

See Also