Aspose::Pdf::Drawing::Shape class
Shape class
Represents shape - the base graphics object.
class Shape : public Aspose::Pdf::Generator::IBoundsCheckableItem
Methods
Method | Description |
---|---|
CheckBounds(double, double) override | Checks if the item fits within the given container dimensions (inclusive). |
get_GraphInfo() const | Gets a GraphInfo object that indicates the graph info,such as color, line width,etc. |
get_Text() const | Gets 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
- Class IBoundsCheckableItem
- Namespace Aspose::Pdf::Drawing
- Library Aspose.PDF for C++