次の方法で共有


Rectangle.Union メソッド

2 つの Rectangle 構造体の和集合が格納されている Rectangle 構造体を取得します。

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

パラメータ

  • a
    結合する四角形。
  • b
    結合する四角形。

戻り値

2 つの Rectangle 構造体の和集合を連結する 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 名前空間