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

◆ make_intersect() [2/2]

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

Returns a third xtd::drawing::rectangle_f structure that represents the intersection of two other xtd::drawing::rectangle_f structures. If there is no intersection, an empty xtd::drawing::rectangle_f is returned.

Parameters
aA rectangle to intersect.
bA rectangle to intersect.
Returns
A xtd::drawing::rectangle_f that represents the intersection of a and b.