Aspose::Font::RenderingPath::MoveTo 类
MoveTo class
表示 MoveTo 操作。
class MoveTo : public Aspose::Font::RenderingPath::IPathSegment
方法
| 方法 | 描述 |
|---|---|
| Clone() override | 创建一个新对象,该对象是当前实例的副本。 |
| CompareTo(System::SharedPtr<IPathSegment>) override | |
| Copy() override | 创建段对象的副本。 |
| get_X() const | 获取坐标 x。 |
| get_Y() const | 获取坐标 y。 |
| MoveTo(double, double) | 初始化新的 MoveTo 对象。 |
| Shift(double, double) override | 执行 x 和 y 坐标的平移。 |
| Transform(System::SharedPtr<TransformationMatrix>) override | 使用变换矩阵转换坐标。 |
另见
- Class IPathSegment
- Namespace Aspose::Font::RenderingPath
- Library Aspose.Font for C++