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

In This Topic
    GetElements Method (MatrixEx)
    In This Topic
    Gets an array of floating point value representing the System.Numerics.Matrix3x2.
    Syntax
    'Declaration
     
    Public Shared Function GetElements( _
       ByVal matrix As Matrix3x2 _
    ) As Single()
    public static float[] GetElements( 
       Matrix3x2 matrix
    )

    Parameters

    matrix
    See Also