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

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