Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / ToMatrix3x2 Method

In This Topic
    ToMatrix3x2 Method
    In This Topic
    Creates a System.Numerics.Matrix3x2 from this SvgMatrix.
    Syntax
    'Declaration
     
    Public Function ToMatrix3x2() As System.Numerics.Matrix3x2
    public System.Numerics.Matrix3x2 ToMatrix3x2()
    See Also