Point.op_Addition

Point Addition operator

Translates a Point by a given Size.

public static Point operator +(Point point, Size size)
ParameterTypeDescription
pointPointThe Point to translate.
sizeSizeA Size that specifies the pair of numbers to add to the coordinates of point.

Return Value

The translated Point.

See Also