xtd 0.2.0
Loading...
Searching...
No Matches

◆ offset() [1/4]

void xtd::drawing::rectangle::offset ( const point pos)
noexcept

Adjusts the location of this rectangle by the specified amount.

Parameters
posAmount to offset the location.
Remarks
This method adjusts the location of the upper-left corner horizontally by the x-coordinate of the specified point, and vertically by the y-coordinate of the specified point.