Line Constructor(Color,Int32)
Initialize a new instance of the Line class with a color and line width.
[Visual Basic]
Public Function New( _
ByVal c As Color, _
ByVal width As Integer _
)
[C#]
public Line(
Color c,
int width
);
Parameters
- c
- Color of the line.
- width
- Width of the line.
See Also
Line Class
| Line Members
| Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.