バージョン

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

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

パラメータ

topLeft
長方形の左上隅。
width
長方形の幅。
height
長方形の高さ。
style
長方形のボーダーの線スタイル(実線、破線など)。
参照