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