Aspose::Font::RenderingPath::CurveTo 类

CurveTo class

表示 CurveTo 操作。

class CurveTo : public Aspose::Font::RenderingPath::IPathSegment

方法

方法描述
Clone() override创建一个新对象,该对象是当前实例的副本。
CompareTo(System::SharedPtr<IPathSegment>) override
Copy() override创建段对象的副本。
CurveTo(double, double, double, double, double, double)初始化新的 CurveTo 对象。
get_X1() const获取坐标 x1。
get_X2() const获取坐标 x2。
get_X3() const获取坐标 x3。
get_Y1() const获取坐标 y1。
get_Y2() const获取坐标 y2。
get_Y3() const获取坐标 y3。
Shift(double, double) override执行 x 和 y 坐标的平移。
Transform(System::SharedPtr<TransformationMatrix>) override使用变换矩阵转换坐标。

另见