Graph
Overview
Graph is a class in Aspose.PDF FOSS for C++.
This class provides 16 methods for working with Graph objects in C++ programs.
Available methods include: Border, GraphInfo, Height, IsChangePosition, Left, Shapes, Top, Width.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Shapes() → std::vector<std::unique_ptr<Shape>> | Calls Shapes on this Graph instance. |
Shapes() → std::vector<std::unique_ptr<Shape>> | |
GraphInfo() → Aspose::Pdf::GraphInfo | Calls GraphInfo on this Graph instance. |
GraphInfo(value: Aspose::Pdf::GraphInfo) | Calls GraphInfo(value) on this Graph instance. |
Border() → BorderInfo | Calls Border on this Graph instance. |
Border(value: BorderInfo) | Calls Border(value) on this Graph instance. |
IsChangePosition() → bool | Returns true if change position is set. |
IsChangePosition(value: bool) | Calls IsChangePosition(value) on this Graph instance. |
Left() → double | Calls Left on this Graph instance. |
Left(value: double) | Calls Left(value) on this Graph instance. |
Top() → double | Calls Top on this Graph instance. |
Top(value: double) | Calls Top(value) on this Graph instance. |
Width() → double | Calls Width on this Graph instance. |
Width(value: double) | Calls Width(value) on this Graph instance. |
Height() → double | Calls Height on this Graph instance. |
Height(value: double) | Calls Height(value) on this Graph instance. |