ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / NegateRef Method / NegateRef(Matrix4x4,Matrix4x4) Method
When the method completes, contains the negated matrix.
The matrix to be negated.

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

    Parameters

    result
    When the method completes, contains the negated matrix.
    value
    The matrix to be negated.
    See Also