Overload | Description |
---|---|
Line Constructor() | Initialize a new instance of the Line. |
Line Constructor(Color) | Initialize a new instance of the Line class with a color. |
Line Constructor(Color,DashStyle) | Initialize a new instance of the Line class with a color and DashStyle. |
Line Constructor(Color,Int32) | Initialize a new instance of the Line class with a color and line width. |
Line Constructor(Color,Int32,DashStyle) | Initialize a new instance of the Line class with a color, line width, and . |