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

◆ add() [2/4]

void xtd::drawing::rectangle::add ( int32  width,
int32  height 
)
noexcept

Adds this xtd::drawing::rectangle by the specified amount.

Parameters
widthThe amount to add this xtd::drawing::rectangle horizontally.
heightThe amount to add this xtd::drawing::rectangle verticaly.
Remarks
This method adds this rectangle, not a copy of it.