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
| Name | Type | Access | Description |
|---|---|---|---|
x1 | float | Read/Write | Gets or sets the x1. |
y1 | float | Read/Write | Gets or sets the y1. |
x2 | float | Read/Write | Gets or sets the x2. |
y2 | float | Read/Write | Gets or sets the y2. |
x | float | Read/Write | Gets or sets the x. |
y | float | Read/Write | Gets or sets the y. |