Class SvgShear
- Namespace
- Svg.Transforms
- Assembly
- Svg.dll
The class which applies the specified shear vector to this Matrix.
public sealed class SvgShear : SvgTransform, ICloneable
- Inheritance
-
SvgShear
- Implements
- Inherited Members
Constructors
SvgShear(float)
public SvgShear(float x)
Parameters
x
float
SvgShear(float, float)
public SvgShear(float x, float y)
Parameters
Properties
Matrix
public override Matrix Matrix { get; }
Property Value
X
public float X { get; set; }
Property Value
Y
public float Y { get; set; }
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()