CurveTo
CurveTo
Overview
CurveTo 是Python的Aspose.Font FOSS中的一个类. 继承人: PathCommand.
CurveTo.x1 is the x‑coordinate of the first Bézier control point.
特性: x, x1, x2, y, y1, y2.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
x1 | float | 阅读/写作 | 得到或设置x1. |
y1 | float | 阅读/写作 | 得到或设置y1. |
x2 | float | 阅读/写作 | 得到或设置x2的. |
y2 | float | 阅读/写作 | 得到或设置y2. |
x | float | 阅读/写作 | 得到或设置x. |
y | float | 阅读/写作 | 得到或设置y. |