In This Topic
Overload List
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. 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. DashStyle is set to System.Drawing.Drawing2D.DashStyle.Custom. |
See Also