QuadraticTo

Overview

QuadraticTo is a class in Aspose.Font FOSS for Python. Inherits from: PathCommand.

QuadraticTo.x1 represents the x‑coordinate of the quadratic Bézier control point.

Properties: x, x1, y, y1.

Properties

NameTypeAccessDescription
x1floatRead/WriteGets or sets the x1.
y1floatRead/WriteGets or sets the y1.
xfloatRead/WriteGets or sets the x.
yfloatRead/WriteGets or sets the y.

See Also