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

◆ make_union() [2/2]

static rectangle xtd::drawing::rectangle::make_union ( const rectangle a,
const rectangle b 
)
staticnoexcept

Gets a xtd::drawing::rectangle structure that contains the union of two xtd::drawing::rectangle structures.

Parameters
aA rectangle to union.
bA rectangle to union.
Returns
A xtd::drawing::rectangle structure that bounds the union of the two xtd::drawing::rectangle structures.