Aspose::Font::RenderingPath::ClosePath class

ClosePath class

Represents ClosePath operation.

class ClosePath : 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_X() constGets coordinate x.
get_Y() constGets coordinate y.
Shift(double, double) overridePerforms shift by x and y coordinates.
Transform(System::SharedPtr<TransformationMatrix>) overrideTransforms coordinates with the transformation matrix.

See Also