Aspose::Font::RenderingPath::LineTo 类

LineTo class

表示 LineTo 操作。

class LineTo : public Aspose::Font::RenderingPath::IPathSegment

方法

方法描述
Clone() override创建一个新对象,该对象是当前实例的副本。
CompareTo(System::SharedPtr<IPathSegment>) override
Copy() override创建段对象的副本。
get_X() const获取坐标 x。
get_Y() const获取坐标 y。
LineTo(double, double)初始化新的 LineTo 对象。
Shift(double, double) override执行 x 和 y 坐标的平移。
Transform(System::SharedPtr<TransformationMatrix>) override使用变换矩阵转换坐标。

另见