Class SvgMatrix
- Namespace
- Svg.Transforms
- Assembly
- Svg.dll
The class which applies custom transform to this Matrix (Required for projects created by the Inkscape).
public sealed class SvgMatrix : SvgTransform, ICloneable
- Inheritance
-
SvgMatrix
- Implements
- Inherited Members
Constructors
SvgMatrix(List<float>)
public SvgMatrix(List<float> m)
Parameters
Properties
Matrix
public override Matrix Matrix { get; }
Property Value
Points
public List<float> Points { 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()