DashPen Constructor(DashStyle,Color)
In This Topic
Initializes a new instance of the DashPen class.
Syntax
'Declaration
Public Function New( _
ByVal As DashStyle, _
ByVal As Color _
)
public DashPen(
DashStyle ,
Color
)
Parameters
- dashStyle
- A DashPen.DashStyle indicate the style of lines be drawed
- color
- A DashPen.Color indicates the color of the pen.
See Also