RectangleExtensions.UnionWith

RectangleExtensions.UnionWith method

2 つの長方形を結合します。

public static RectangleF UnionWith(RectangleF rectangle, RectangleF otherRectangle)
パラメータタイプ説明
rectangleRectangleF最初の長方形。
otherRectangleRectangleF2 番目の長方形。

戻り値

ユニオン演算結果としての新しい四角形

関連項目