バージョン

Pen コンストラクタ(Color,Single)

Pen クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal color As Color, _
   ByVal width As Single _
)
public Pen( 
   Color color,
   float width
)

パラメータ

color
ペン色。
width
ペン幅。
参照