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

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

    Property Value

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