Public Function New( _ ByVal c As Color, _ ByVal width As Integer _ )
Dim c As Color Dim width As Integer Dim instance As Line(c, width)
public Line( Color c, int width )