Class SvgSkew
- Namespace
- Svg.Transforms
- Assembly
- Svg.dll
The class which applies the specified skew vector to this Matrix.
public sealed class SvgSkew : SvgTransform, ICloneable
- Inheritance
-
SvgSkew
- Implements
- Inherited Members
Constructors
SvgSkew(float, float)
public SvgSkew(float x, float y)
Parameters
Properties
AngleX
public float AngleX { get; set; }
Property Value
AngleY
public float AngleY { get; set; }
Property Value
Matrix
public override Matrix Matrix { get; }
Property Value
Methods
Clone()
Creates a new object that is a copy of the current instance.
public override object Clone()
Returns
- object
A new object that is a copy of this instance.
WriteToString()
public override string WriteToString()