ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Row2 Property

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