バージョン

Union(Point) メソッド

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

パラメータ

point
統合するポイント。

戻り値の型

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