ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / NegateRef Method / NegateRef(Matrix4x4) Method
The matrix to be negated.

In This Topic
    NegateRef(Matrix4x4) Method
    In This Topic
    Negates a matrix.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub NegateRef( _
       ByRef value As Matrix4x4 _
    ) 
    public static void NegateRef( 
       ref Matrix4x4 value
    )

    Parameters

    value
    The matrix to be negated.
    See Also