Shape
Overview
Shape is a class in Aspose.PDF FOSS for C++.
This class provides 4 methods for working with Shape objects in C++ programs.
Available methods include: CheckBounds, GraphInfo, ~Shape.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
~Shape() | Calls ~Shape on this Shape instance. |
GraphInfo() → Aspose::Pdf::GraphInfo | Calls GraphInfo on this Shape instance. |
GraphInfo(value: Aspose::Pdf::GraphInfo) | Calls GraphInfo(value) on this Shape instance. |
CheckBounds(containerWidth: double, containerHeight: double) → bool | Calls CheckBounds(containerWidth, containerHeight) on this Shape instance. |