ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Row1 Property

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