Point2D.Addition (Point2D, Vector2D) Operator

Addition between a 2D point and a 2D vector.
Public Shared Operator +( _ 
ByVal a As Point2D, _ 
ByVal b As Vector2D
) As Point2D
This language is not supported or no code example is available.
public static Point2D operator +( 
Point2D a
Vector2D b 
)
This language is not supported or no code example is available.

Parameters

a
Point2D

2D point

b
Vector2D

2D vector

Return Value

Point2D

The resulting 2D point.

.NET Framework

Supported in: 4.8

In this article

Definition