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

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