バージョン

Union(Single,Single) メソッド

指定したポイントとの統合を取得します。
シンタックス
'宣言
 
Public Overloads Function Union( _
   ByVal x As Single, _
   ByVal y As Single _
) As Rectangle
public Rectangle Union( 
   float x,
   float y
)

パラメータ

x
ポイントの X 座標。
y
ポイントの X 座標。

戻り値の型

指定したポイントとの統合。
参照