Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Vector3 Structure / NegateRef Method
The vector to negate.

In This Topic
    NegateRef Method (Vector3)
    In This Topic
    Reverses the direction of the vector.
    Syntax
    'Declaration
     
    Public Shared Sub NegateRef( _
       ByRef value As Vector3 _
    ) 
    public static void NegateRef( 
       ref Vector3 value
    )

    Parameters

    value
    The vector to negate.
    See Also