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

In This Topic
    Rows Property (TransformMatrix)
    In This Topic
    Get the vectors from the row direction..
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rows As Vector(Of T)()
    public Vector<T>[] Rows {get;}

    Property Value

    A C1.Framework.Mathematics.Vector array indicates the rows of the matrix.
    See Also