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