Aspose::Font::RenderingPath::MoveTo class
MoveTo class
Represents MoveTo operation.
class MoveTo : public Aspose::Font::RenderingPath::IPathSegment
Methods
Method | Description |
---|---|
Clone() override | Creates a new object that is a copy of the current instance. |
CompareTo(System::SharedPtr<IPathSegment>) override | |
Copy() override | Creates copy of the segment object. |
get_X() const | Gets coordinate x. |
get_Y() const | Gets coordinate y. |
Shift(double, double) override | Performs shift by x and y coordinates. |
Transform(System::SharedPtr<TransformationMatrix>) override | Transforms coordinates with the transformation matrix. |
See Also
- Class IPathSegment
- Namespace Aspose::Font::RenderingPath
- Library Aspose.Font for C++