ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix5x4 Structure / Row2 Property

In This Topic
    Row2 Property (Matrix5x4)
    In This Topic
    Gets or sets the second row in the Matrix5x4; that is M21, M22, M23, and M24.
    Syntax
    'Declaration
     
    Public Property Row2 As Vector4
    public Vector4 Row2 {get; set;}
    See Also