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

◆ add()

static xtd::drawing::size_f xtd::drawing::size_f::add ( const xtd::drawing::size_f size1,
const xtd::drawing::size_f size2 
)
staticnoexcept

Adds the width and height of one xtd::drawing::size_f class to the width and height of another xtd::drawing::size_f class.

Parameters
size1The first xtd::drawing::size_f class to add.
size2The second xtd::drawing::size_f class to add.
Returns
A xtd::drawing::size_f class that is the result of the addition operation.