Rectangle.Intersect メソッド
この Rectangle 構造体をその構造体と指定の Rectangle 構造体の交差部分に置き換えます。
オーバーロードの一覧
この Rectangle をその構造体と指定の Rectangle の交差部分に置き換えます。
.NET Compact Framework でもサポート。
[Visual Basic] Overloads Public Sub Intersect(Rectangle)
[JScript] public function Intersect(Rectangle);
ほかの 2 つの Rectangle 構造体の交差部分を表す 3 番目の Rectangle 構造体を返します。交差部分がない場合は、null が返されます。
.NET Compact Framework でもサポート。
[Visual Basic] Overloads Public Shared Function Intersect(Rectangle, Rectangle) As Rectangle
[C#] public static Rectangle Intersect(Rectangle, Rectangle);
[C++] public: static Rectangle Intersect(Rectangle, Rectangle);
[JScript] public static function Intersect(Rectangle, Rectangle) : Rectangle;