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

In This Topic
    ToMatrix Method
    In This Topic
    Creates the System.Numerics.Matrix3x2 from decomposition info.
    Syntax
    'Declaration
     
    Public Function ToMatrix() As System.Numerics.Matrix3x2
    public System.Numerics.Matrix3x2 ToMatrix()
    See Also