Region.Union

Union(RectangleF)

これを更新しますRegionそれ自体と指定されたものの結合にRectangleF構造体.

public void Union(RectangleF rect)
パラメータタイプ説明
rectRectangleFRectangleFこれと一体化する構造Region.

関連項目


Union(Rectangle)

これを更新しますRegionそれ自体と指定されたものの結合にRectangle構造体.

public void Union(Rectangle rect)
パラメータタイプ説明
rectRectangleRectangleこれと一体化する構造Region.

関連項目


Union(GraphicsPath)

これを更新しますRegionそれ自体と指定されたものの結合にGraphicsPath .

public void Union(GraphicsPath path)
パラメータタイプ説明
pathGraphicsPathGraphicsPathこれと合体するRegion.

例外

例外調子
ArgumentNullExceptionpath無効である。

関連項目


Union(Region)

これを更新しますRegionそれ自体と指定されたものの結合にRegion .

public void Union(Region region)
パラメータタイプ説明
regionRegionRegionこれと合体するRegion.

例外

例外調子
ArgumentNullExceptionregion無効である。

関連項目