ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Column4 Property

In This Topic
    Column4 Property
    In This Topic
    Gets or sets the fourth column in the matrix; that is M14, M24, M34, and M44.
    Syntax
    'Declaration
     
    Public Property Column4 As Vector4
    public Vector4 Column4 {get; set;}
    See Also