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

In This Topic
    Column2 Property (Matrix4x4)
    In This Topic
    Gets or sets the second column in the matrix; that is M12, M22, M32, and M42.
    Syntax
    'Declaration
     
    Public Property Column2 As Vector4
    public Vector4 Column2 {get; set;}
    See Also