バージョン

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

この構造の新しいインスタンスを作成します。
シンタックス
'宣言
 
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
y
width
height
参照