Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix4x4 Structure / Row3 Property

In This Topic
    Row3 Property (Matrix4x4)
    In This Topic
    Gets or sets the third row in the matrix; that is M31, M32, M33, and M34.
    Syntax
    'Declaration
     
    Public Property Row3 As Vector4
    public Vector4 Row3 {get; set;}
    See Also