System::Drawing::Rectangle::Union 方法

Rectangle::Union method

返回由指定矩形合并得到的矩形。

static Rectangle System::Drawing::Rectangle::Union(const Rectangle &a, const Rectangle &b)
ParameterType描述
一个const Rectangle&要进行并集的第一个矩形
bconst Rectangle&要进行并集的第二个矩形

ReturnValue

ab 并集的结果

另见