ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / Elements Property

In This Topic
    Elements Property (TransformMatrix)
    In This Topic
    Gets the elements of the matrix.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Elements As Single(,)
    public float[,] Elements {get;}

    Property Value

    A two dimension T array save the elements.
    See Also