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

In This Topic
    Row1 Property (Matrix4x4)
    In This Topic
    Gets or sets the first row in the matrix; that is M11, M12, M13, and M14.
    Syntax
    'Declaration
     
    Public Property Row1 As Vector4
    public Vector4 Row1 {get; set;}
    See Also