Line Constructor
Overload List
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,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 . |
Line Constructor(Color,DashStyle) | Initialize a new instance of the Line class with a color and System.Drawing.Drawing2D.DashStyle. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also