Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / DMatrix Structure / TryCreate Method

In This Topic
    TryCreate Method
    In This Topic
    Tries to create the DMatrix from System.Numerics.Matrix3x2.
    Syntax
    'Declaration
     
    Public Shared Function TryCreate( _
       ByVal m As System.Numerics.Matrix3x2, _
       ByRef dm As DMatrix _
    ) As System.Boolean
    public static System.bool TryCreate( 
       System.Numerics.Matrix3x2 m,
       out DMatrix dm
    )

    Parameters

    m
    dm
    See Also