Point

Overview

Point is a class in Aspose.PDF FOSS for Python.

Represents a point in 2D space.

Properties: x, y.

Properties

NameTypeAccessDescription
xfloatRead/WriteGets or sets the x.
yfloatRead/WriteGets or sets the y.

See Also