Aspose::Pdf::GraphInfo class
Contents
[
Hide
]GraphInfo class
Represents graphics info.
class GraphInfo : public System::ICloneable
Methods
Method | Description |
---|---|
Clone() override | Clone the graphics info. |
get_Color() const | Gets a Color object that indicates the color of the graph. |
get_DashArray() const | Gets a dash array. |
get_DashPhase() const | Gets a dash phase. |
get_FillColor() const | Gets a Color object that indicates the fill color of the graph. |
get_IsDoubled() const | Gets is border doubled. |
get_LineWidth() const | Gets a float value that indicates the line width of the graph. |
get_RotationAngle() const | Gets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system. |
get_ScalingRateX() const | Gets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system. |
get_ScalingRateY() const | Gets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system. |
get_SkewAngleX() const | Gets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system. |
get_SkewAngleY() const | Gets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system. |
get_X() const | Retrieve the X coordinate of a vertical border when using TableAbsorber, and return “-1” for a horizontal border. |
get_Y() const | Retrieve the Y coordinate of a horizontal border when using TableAbsorber, and return “-1” for a vertical border. |
GraphInfo() | |
set_Color(System::SharedPtr<Aspose::Pdf::Color>) | Sets a Color object that indicates the color of the graph. |
set_DashArray(System::ArrayPtr<int32_t>) | Sets a dash array. |
set_DashPhase(int32_t) | Sets a dash phase. |
set_FillColor(System::SharedPtr<Aspose::Pdf::Color>) | Sets a Color object that indicates the fill color of the graph. |
set_IsDoubled(bool) | Sets is border doubled. |
set_LineWidth(float) | Sets a float value that indicates the line width of the graph. |
set_RotationAngle(double) | Sets a float value that indicates the rotation angle of the coordinate system when transforming a coordinate system. |
set_ScalingRateX(double) | Sets a float value that indicates the scaling rate of the x-coordinate when transforming a coordinate system. |
set_ScalingRateY(double) | Sets a float value that indicates the scaling rate of the y-coordinate when transforming a coordinate system. |
set_SkewAngleX(double) | Sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system. |
set_SkewAngleY(double) | Sets a float value that indicates the skew angle of the y-coordinate when transforming a coordinate system. |
See Also
- Class ICloneable
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++