Table of Contents

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

m List<float>

Properties

Matrix

public override Matrix Matrix { get; }

Property Value

Matrix

Points

public List<float> Points { get; set; }

Property Value

List<float>

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()

Returns

string