GraphInfo
Overview
GraphInfo is a class in Aspose.PDF FOSS for C++.
This class provides 25 methods for working with GraphInfo objects in C++ programs.
Available methods include: Color, DashArray, DashPhase, FillColor, GraphInfo, IsDoubled, LineWidth, RotationAngle, ScalingRateX, ScalingRateY, SkewAngleX, SkewAngleY, and 2 additional methods.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
GraphInfo() | Calls GraphInfo on this GraphInfo instance. |
X() → double | Calls X on this GraphInfo instance. |
Y() → double | Calls Y on this GraphInfo instance. |
LineWidth() → float | Calls LineWidth on this GraphInfo instance. |
LineWidth(value: float) | Calls LineWidth(value) on this GraphInfo instance. |
Color() → Aspose::Pdf::Color | Calls Color on this GraphInfo instance. |
Color(value: Aspose::Pdf::Color) | Calls Color(value) on this GraphInfo instance. |
FillColor() → Aspose::Pdf::Color | Calls FillColor on this GraphInfo instance. |
FillColor(value: Aspose::Pdf::Color) | Calls FillColor(value) on this GraphInfo instance. |
DashArray() → std::vector<int> | Calls DashArray on this GraphInfo instance. |
DashArray(value: std::vector<int>) | Calls DashArray(value) on this GraphInfo instance. |
DashPhase() → int | Calls DashPhase on this GraphInfo instance. |
DashPhase(value: int) | Calls DashPhase(value) on this GraphInfo instance. |
IsDoubled() → bool | Returns true if doubled is set. |
IsDoubled(value: bool) | Calls IsDoubled(value) on this GraphInfo instance. |
SkewAngleX() → double | Calls SkewAngleX on this GraphInfo instance. |
SkewAngleX(value: double) | Calls SkewAngleX(value) on this GraphInfo instance. |
SkewAngleY() → double | Calls SkewAngleY on this GraphInfo instance. |
SkewAngleY(value: double) | Calls SkewAngleY(value) on this GraphInfo instance. |
ScalingRateX() → double | Calls ScalingRateX on this GraphInfo instance. |
ScalingRateX(value: double) | Calls ScalingRateX(value) on this GraphInfo instance. |
ScalingRateY() → double | Calls ScalingRateY on this GraphInfo instance. |
ScalingRateY(value: double) | Calls ScalingRateY(value) on this GraphInfo instance. |
RotationAngle() → double | Calls RotationAngle on this GraphInfo instance. |
RotationAngle(value: double) | Calls RotationAngle(value) on this GraphInfo instance. |