Aspose::Font::RenderingPath::IPathSegment class
IPathSegment class
Represents interface of any path segment.
class IPathSegment : public System::ICloneable
Methods
Method | Description |
---|---|
virtual CompareTo(System::SharedPtr<IPathSegment>) | |
virtual Copy() | Creates copy of the segment object. |
virtual Shift(double, double) | Performs shift by x and y coordinates. |
virtual Transform(System::SharedPtr<TransformationMatrix>) | Transforms coordinates with the transformation matrix. |
See Also
- Class ICloneable
- Namespace Aspose::Font::RenderingPath
- Library Aspose.Font for C++