ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix5x4 Structure / NegateRef Method / NegateRef(Matrix5x4,Matrix5x4) Method
When the method completes, contains the negated Matrix5x4.
The Matrix5x4 to be negated.

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

    Parameters

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