Class SvgSkew
The class which applies the specified skew vector to this Matrix.
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Svg.dll
public sealed class SvgSkew : SvgTransform, ICloneable
Constructors
|
Improve this Doc
View Source
Declaration
public SvgSkew(float x, float y)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public float AngleX { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float AngleY { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public override Matrix Matrix { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
Declaration
public override object Clone()
Returns
Overrides
|
Improve this Doc
View Source
Declaration
public override string WriteToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
Implements