Overload List
Name | Description | |
---|---|---|
LineDef()()()() |
Initializes a new instance of the LineDef class
with default values (1pt wide black line).
|
|
LineDef(Color) |
Initializes a new instance of the LineDef class,
assigning line color.
|
|
LineDef(Unit, Color) |
Initializes a new instance of the LineDef class,
assigning line width and color.
|
|
LineDef(Unit, Color, DashStyle) |
Initializes a new instance of the LineDef class,
assigning line width, color and dash style.
|
|
LineDef(Unit, Color, array<Single>[]()[][]) | ||
LineDef(Unit, Color, Color, DashStyle) |
Initializes a new instance of the LineDef class,
assigning line width, color, dash background color and dash style.
|
|
LineDef(Unit, Color, Color, array<Single>[]()[][]) |