ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.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