Initializes a new instance of a
Pen.
シンタックス
'宣言
Public Function New( _
ByVal As System.Drawing.Color, _
ByVal As System.Single _
)
public Pen(
System.Drawing.Color ,
System.float
)
パラメータ
- color
- Color of the lines drawn with this pen.
- width
- Width of the lines drawn with this pen, in units of the Graphics object used for drawing.
参照