Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / SvgMatrix Constructor / SvgMatrix Constructor(Matrix3x2)
The source System.Numerics.Matrix3x2.

In This Topic
    SvgMatrix Constructor(Matrix3x2)
    In This Topic
    Initializes a new instance of the SvgMatrix class from System.Numerics.Matrix3x2.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal m As System.Numerics.Matrix3x2 _
    )
    public SvgMatrix( 
       System.Numerics.Matrix3x2 m
    )

    Parameters

    m
    The source System.Numerics.Matrix3x2.
    See Also