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

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