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

In This Topic
    Column3 Property
    In This Topic
    Gets or sets the third column in the matrix; that is M13, M23, M33, and M43.
    Syntax
    'Declaration
     
    Public Property Column3 As Vector4
    public Vector4 Column3 {get; set;}
    See Also