指定の GraphicsPath オブジェクトと交差しない内部の部分だけが含まれるよう、この Region オブジェクトを更新します。
Overloads Public Sub Exclude( _
ByVal path As GraphicsPath _)
[C#]
public void Exclude(GraphicsPathpath);
[C++]
public: void Exclude(GraphicsPath* path);
[JScript]
public function Exclude(
path : GraphicsPath);
パラメータ
- path
この Region オブジェクトから除外する GraphicsPath オブジェクト。
戻り値
このメソッドは値を返しません。
使用例
例については、 Region.Exclude 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.Exclude オーバーロードの一覧