バージョン

Box コンストラクタ(Point,Int32,Int32)

指定されたパラメーター (位置、幅、高さ) に基づいてボックスを作成するコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal topLeft As Point, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
public Box( 
   Point topLeft,
   int width,
   int height
)

パラメータ

topLeft
長方形の左上隅。
width
長方形の幅。
height
長方形の高さ。
参照