Aspose::Pdf::Drawing::Shape class

Shape class

Represents shape - the base graphics object.

class Shape : public Aspose::Pdf::Generator::IBoundsCheckableItem

Methods

MethodDescription
CheckBounds(double, double) overrideChecks if the item fits within the given container dimensions (inclusive).
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