ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Column1 Property

In This Topic
    Column1 Property (Matrix4x4)
    In This Topic
    Gets or sets the first column in the matrix; that is M11, M21, M31, and M41.
    Syntax
    'Declaration
     
    Public Property Column1 As Vector4
    public Vector4 Column1 {get; set;}
    See Also