Vector2D.Add Method

Addition between two 2D points.
Public Shared Function Add( _ 
ByVal a As Point2D, _ 
ByVal b As Point2D
) As Vector2D
This language is not supported or no code example is available.
public static Vector2D Add( 
Point2D a
Point2D b 
)
This language is not supported or no code example is available.

Parameters

a
Point2D

The first 2D point

b
Point2D

The second 2D point

Return Value

Vector2D

The resulting 2D vector.

.NET Framework

Supported in: 4.8

In this article

Definition