System::Drawing::Rectangle::Union メソッド

Rectangle::Union method

指定された矩形の合成結果となる矩形を返します。

static Rectangle System::Drawing::Rectangle::Union(const Rectangle &a, const Rectangle &b)
パラメーター説明
aconst Rectangle&結合する最初の矩形
bconst Rectangle&結合する2番目の矩形

ReturnValue

ab の結合結果

参照