Initializes a new instance of the
Line class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Double, _
ByVal As System.Drawing.Color, _
ByVal As DashStyle _
)
public Line(
System.double ,
System.Drawing.Color ,
DashStyle
)
Parameters
- width
- The value of Width property.
- color
- The value of Color property.
- style
- The value of Style property.
See Also