次の方法で共有


Rectangle.Intersect メソッド (Rectangle, Rectangle)

ほかの 2 つの Rectangle 構造体の交差部分を表す 3 番目の Rectangle 構造体を返します。交差部分がない場合は、null が返されます。

Overloads Public Shared Function Intersect( _
   ByVal a As Rectangle, _   ByVal b As Rectangle _) As Rectangle
[C#]
public static Rectangle Intersect(Rectanglea,Rectangleb);
[C++]
public: static Rectangle Intersect(Rectanglea,Rectangleb);
[JScript]
public static function Intersect(
   a : Rectangle,b : Rectangle) : Rectangle;

パラメータ

  • a
    交差する四角形。
  • b
    交差する四角形。

戻り値

ab の交差部分を表す Rectangle

必要条件

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

参照

Rectangle 構造体 | Rectangle メンバ | System.Drawing 名前空間 | Rectangle.Intersect オーバーロードの一覧