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

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

    Parameters

    value
    The matrix to be negated.
    See Also