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

Rectangle::Union method

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

static Rectangle System::Drawing::Rectangle::Union(const Rectangle &a, const Rectangle &b)
参数类型描述
aconst Rectangle&要合并的第一个矩形
bconst Rectangle&要合并的第二个矩形

ReturnValue

ab 合并的结果

另见