Aspose::Font::RenderingPath::IPathSegment 类

IPathSegment class

表示任何路径段的接口。

class IPathSegment : public System::ICloneable

方法

方法描述
virtual CompareTo(System::SharedPtr<IPathSegment>)
virtual Copy()创建段对象的副本。
virtual Shift(double, double)执行 x 和 y 坐标的平移。
virtual Transform(System::SharedPtr<TransformationMatrix>)使用变换矩阵转换坐标。

另见