operator +

operator +(Point2, Point2)

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

説明

Point2同士の加算。

パラメーター

パラメーター名 説明
a 加算するPoint2
b 加算するPoint2

戻り値

加算した結果を返す。