Class SvgMatrix
The class which applies custom transform to this Matrix (Required for projects created by the Inkscape).
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: Svg.dll
public sealed class SvgMatrix : SvgTransform, ICloneable
Constructors
|
Improve this Doc
View Source
Declaration
public SvgMatrix(List<float> m)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public override Matrix Matrix { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Declaration
public List<float> Points { get; set; }
Property Value
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