A point whose x and y coordinate values are added to the x and y coordinate values of the current point respectively.
const Size<T> & sz
A size variable containing a Width and Height component: The width variable is added to the x coordinate value of the Point, and the height variable is added to the y coordinate value.
T val
A fixed value added to both the x and y coordinate values of the current point.
Return Value
A Point reference to the current string whose coordinates result from the addition of a fixed value (number or another Point) to the original coordinates.