CurveTo

Overview

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

CurveTo.x1 is the x‑coordinate of the first Bézier control point.

Properties: x, x1, x2, y, y1, y2.

Properties

NameTypeAccessDescription
x1floatRead/WriteGets or sets the x1.
y1floatRead/WriteGets or sets the y1.
x2floatRead/WriteGets or sets the x2.
y2floatRead/WriteGets or sets the y2.
xfloatRead/WriteGets or sets the x.
yfloatRead/WriteGets or sets the y.

See Also