バージョン

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

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

パラメータ

x
y
width
height
参照