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

◆ make_union() [2/2]

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

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

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