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

In This Topic
    Row5 Property
    In This Topic
    Gets or sets the fifth row in the Matrix5x4; that is M51, M52, M53, and M54.
    Syntax
    'Declaration
     
    Public Property Row5 As Vector4
    public Vector4 Row5 {get; set;}
    See Also