Show / Hide Table of Contents

Operator POINT.operator +


Overload

Returns new POINT(p.x + d.x, p.y + d.y).

public static POINT operator +(POINT p, (int x, int y) d)
Parameters
p  (POINT)
d  ((int start, int end))
Returns
POINT