バージョン

Union(Rectangle) メソッド

現在の長方形と他の長方形の結合を計算します。
シンタックス
'宣言
 
Public Overloads Sub Union( _
   ByVal other As Rectangle _
) 
public void Union( 
   Rectangle other
)

パラメータ

other
もう一方の四角形。
参照