Aspose::Pdf::Drawing::Shape class

Shape class

Represents shape - the base graphics object.

class Shape : public System::Object

Methods

MethodDescription
get_GraphInfo() constGets a GraphInfo object that indicates the graph info,such as color, line width,etc.
get_Text() constGets a text for shape.
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