Aspose::Font::RenderingPath::CurveTo class
CurveTo class
Represents CurveTo operation.
class CurveTo : 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_X1() const | Gets coordinate x1. |
get_X2() const | Gets coordinate x2. |
get_X3() const | Gets coordinate x3. |
get_Y1() const | Gets coordinate y1. |
get_Y2() const | Gets coordinate y2. |
get_Y3() const | Gets coordinate y3. |
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++