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

In This Topic
    Row4 Property (Matrix4x4)
    In This Topic
    Gets or sets the fourth row in the matrix; that is M41, M42, M43, and M44.
    Syntax
    'Declaration
     
    Public Property Row4 As Vector4
    public Vector4 Row4 {get; set;}
    See Also