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

◆ add() [2/4]

void xtd::drawing::rectangle_f::add ( float  width,
float  height 
)
noexcept

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

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