Aspose::Font::RenderingPath::CurveTo class

CurveTo class

Represents CurveTo operation.

class CurveTo : public Aspose::Font::RenderingPath::IPathSegment

Methods

MethodDescription
Clone() overrideCreates a new object that is a copy of the current instance.
CompareTo(System::SharedPtr<IPathSegment>) override
Copy() overrideCreates copy of the segment object.
get_X1() constGets coordinate x1.
get_X2() constGets coordinate x2.
get_X3() constGets coordinate x3.
get_Y1() constGets coordinate y1.
get_Y2() constGets coordinate y2.
get_Y3() constGets coordinate y3.
Shift(double, double) overridePerforms shift by x and y coordinates.
Transform(System::SharedPtr<TransformationMatrix>) overrideTransforms coordinates with the transformation matrix.

See Also