GraphInfoSkewAngleX Property |
Gets or sets a float value that indicates the skew angle of the x-coordinate when transforming a coordinate system.
Namespace:
Aspose.Pdf
Assembly:
Aspose.PDF (in Aspose.PDF.dll) Version: 22.5.0
Syntaxpublic double SkewAngleX { get; set; }
Public Property SkewAngleX As Double
Get
Set
public:
property double SkewAngleX {
double get ();
void set (double value);
}
member SkewAngleX : float with get, set
Property Value
Type:
Double
See Also