Aspose::Pdf::Drawing::Path class

Path class

Represents arc.

class Path : public Aspose::Pdf::Drawing::Shape

Methods

MethodDescription
get_GraphInfo() constGets a GraphInfo object that indicates the graph info,such as color, line width,etc.
get_Shapes() constGets shapes collection.
get_Text() constGets a text for shape.
Path(System::ArrayPtr<System::SharedPtr<Shape>>)Initializes a new instance of the Path class.
Path()Initializes a new instance of the Path class.
set_GraphInfo(System::SharedPtr<Aspose::Pdf::GraphInfo>)Sets a GraphInfo object that indicates the graph info,such as color, line width,etc.
set_Text(System::SharedPtr<Aspose::Pdf::Text::TextFragment>)Sets a text for shape.
Shape()

See Also