バージョン

Rectangle コンストラクタ(Point,Size)

Rectangle クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal point As Point, _
   ByVal size As Size _
)
public Rectangle( 
   Point point,
   Size size
)

パラメータ

point
矩形の左上隅を表す Point オブジェクト。
size
矩形の幅と高さを表す Size オブジェクト。
参照