Initializes a new instance of the Line class with a solid line of the weight and color specified.
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal color As Color, _ ByVal weight As Integer _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- color
- Specifies the line color.
- weight
- Specifies the line weight.