SolidPen Constructor(Color,Int32)
In This Topic
Initializes a new instance of the Pen class.
Syntax
'Declaration
Public Function New( _
ByVal As Color, _
ByVal As Integer _
)
public SolidPen(
Color ,
int
)
Parameters
- color
- A SolidPen.Color indicates the color of the pen.
- width
- An int indicates the width of the pen.
See Also