Point2D.Addition (Point2D, Point2D) Operator

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

Parameters

a
Point2D

First 2D point

b
Point2D

Second 2D point

Return Value

Point2D

The resulting 2D point.

.NET Framework

Supported in: 4.8

In this article

Definition