次の方法で共有


Region.Union メソッド (GraphicsPath)

この Region オブジェクトを、そのオブジェクトと指定の GraphicsPath オブジェクトの和集合に更新します。

Overloads Public Sub Union( _
   ByVal path As GraphicsPath _)
[C#]
public void Union(GraphicsPathpath);
[C++]
public: void Union(GraphicsPath* path);
[JScript]
public function Union(
   path : GraphicsPath);

パラメータ

戻り値

このメソッドは値を返しません。

使用例

例については、 Region.Union Method (RectangleF) および Region.Complement Method (GraphicsPath) のトピックを参照してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Region クラス | Region メンバ | System.Drawing 名前空間 | Region.Union オーバーロードの一覧