ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Vector2 Structure / Subtract Method
The first vector to subtract.
The second vector to subtract.

In This Topic
    Subtract Method (Vector2)
    In This Topic
    Subtracts two vectors.
    Syntax
    'Declaration
     
    Public Shared Function Subtract( _
       ByVal left As Vector2, _
       ByVal right As Vector2 _
    ) As Vector2
    public static Vector2 Subtract( 
       Vector2 left,
       Vector2 right
    )

    Parameters

    left
    The first vector to subtract.
    right
    The second vector to subtract.

    Return Value

    The difference of the two vectors.
    See Also