バージョン

Rectangle コンストラクタ(Single,Single,Single,Single)

Rectangle クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal width As Single, _
   ByVal height As Single _
)
public Rectangle( 
   float x,
   float y,
   float width,
   float height
)

パラメータ

x
矩形の左上隅の X 座標。
y
矩形の左上隅の Y 座標。
width
矩形の幅。
height
境界矩形の高さ。
参照