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

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

    Parameters

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