ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / MatrixEx Class / CreateMatrix3x2 Method

In This Topic
    CreateMatrix3x2 Method
    In This Topic
    Creates new matrix.
    Syntax
    'Declaration
     
    Public Shared Function CreateMatrix3x2( _
       ByVal elems() As Single _
    ) As Matrix3x2
    public static Matrix3x2 CreateMatrix3x2( 
       float[] elems
    )

    Parameters

    elems
    See Also