GraphInfo
Overview
GraphInfo is a class in Aspose.PDF FOSS for .NET.
Stroke / fill settings for drawable shapes and table-cell borders.
This class provides 1 method for working with GraphInfo objects in .NET programs.
Available methods include: Clone.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Color, DashArray, DashPhase, FillColor, IsDoubled, LineWidth, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Color | Color? | Read/Write | Gets or sets the color. |
FillColor | Color? | Read/Write | Gets or sets the fill color. |
DashArray | int[]? | Read/Write | Gets or sets the dash array. |
DashPhase | int | Read/Write | Gets or sets the dash phase. |
LineWidth | float | Read/Write | Gets or sets the line width. |
IsDoubled | bool | Read/Write | Gets or sets the is doubled. |
RotationAngle | double | Read/Write | Gets or sets the rotation angle. |
ScalingRateX | double | Read/Write | Gets or sets the scaling rate x. |
ScalingRateY | double | Read/Write | Gets or sets the scaling rate y. |
SkewAngleX | double | Read/Write | Gets or sets the skew angle x. |
SkewAngleY | double | Read/Write | Gets or sets the skew angle y. |
X | double | Read | Gets the x. |
Y | double | Read | Gets the y. |
Methods
| Signature | Description |
|---|---|
Clone() | Calls Clone on this GraphInfo instance. |