バージョン

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

この構造の新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
public Rectangle( 
   int x,
   int y,
   int width,
   int height
)

パラメータ

x
y
width
height
参照