Initializes a new instance of the Line class.
[Visual Basic] Public Sub New()
Initializes a new instance of the Line class with a solid, 1 pt line, and the color specified.[C#] public Line();
[Visual Basic] Public Sub New(Color)
[C#] public Line(Color);
Initializes a new instance of the Line class with a solid line of the weight and color specified.
[Visual Basic] Public Sub New(Color,Integer)
Initializes a new instance of the Line class with the color, weight, and style specified.
[Visual Basic] Public Sub New(Color,Integer,LineStyle)
Initializes a new instance of the Line class with a 1 pt line of the color and style specified.
[Visual Basic] Public Sub New(Color,LineStyle)
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.