[]
Represents a 'matrix' function in the transform list.
public class SvgMatrixTransform : SvgTransform
Initializes a new instance of the SvgMatrixTransform class.
public SvgMatrixTransform()
Gets or sets an Matrix describing the transformation.
public Matrix Matrix { get; set; }