C1.C1Preview Namespace > LineDef Class : LineDef Constructor |
Overload | Description |
---|---|
LineDef Constructor() | Initializes a new instance of the LineDef class with default values (1pt wide black line). |
LineDef Constructor(Color) | Initializes a new instance of the LineDef class, assigning line color. |
LineDef Constructor(Unit,Color) | Initializes a new instance of the LineDef class, assigning line width and color. |
LineDef Constructor(Unit,Color,DashStyle) | Initializes a new instance of the LineDef class, assigning line width, color and dash style. |
LineDef Constructor(Unit,Color,Single[]) | Initializes a new instance of the LineDef class, assigning line width, color and dash pattern. LineDef.DashStyle is set to System.Drawing.Drawing2D.DashStyle.Custom. |
LineDef Constructor(Unit,Color,Color,DashStyle) | Initializes a new instance of the LineDef class, assigning line width, color, dash background color and dash style. |
LineDef Constructor(Unit,Color,Color,Single[]) | Initializes a new instance of the LineDef class, assigning line width, color, dash background color and dash pattern. LineDef.DashStyle is set to System.Drawing.Drawing2D.DashStyle.Custom. |
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