operator -

operator -(Point2, Point2)

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

説明

Point2同士の減算。

パラメーター

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

戻り値

減算した結果を返す。