A point whose x and y coordinate values are subtracted from 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 subtracted from the x coordinate value of the current point, and the height variable is subtracted from the y coordinate value.
T val
A fixed value that is subtracted from 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 subtraction of a fixed value (number or another Point) from the original coordinates.