operator +

operator +(Point2, Point2)

public static Point2 operator +(Point2 a, Point2 b) ;

Description

Addition of Point2 each other.

Parameters

Parameter Name Description
a Point2 to add
b Point2 to add

Returns

Returns the added result.