ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Negate Method
The matrix to be negated.

In This Topic
    Negate Method (Matrix4x4)
    In This Topic
    Negates a matrix.
    Syntax
    'Declaration
     
    Public Shared Function Negate( _
       ByVal value As Matrix4x4 _
    ) As Matrix4x4
    public static Matrix4x4 Negate( 
       Matrix4x4 value
    )

    Parameters

    value
    The matrix to be negated.

    Return Value

    The negated matrix.
    See Also