Overload List

  Name Description
Public method LineDef()()()()
Initializes a new instance of the LineDef class with default values (1pt wide black line).
Public method LineDef(Color)
Initializes a new instance of the LineDef class, assigning line color.
Public method LineDef(Unit, Color)
Initializes a new instance of the LineDef class, assigning line width and color.
Public method LineDef(Unit, Color, DashStyle)
Initializes a new instance of the LineDef class, assigning line width, color and dash style.
Public method LineDef(Unit, Color, array<Single>[]()[][])
Initializes a new instance of the LineDef class, assigning line width, color and dash pattern. DashStyle is set to Custom.
Public method LineDef(Unit, Color, Color, DashStyle)
Initializes a new instance of the LineDef class, assigning line width, color, dash background color and dash style.
Public method LineDef(Unit, Color, Color, array<Single>[]()[][])
Initializes a new instance of the LineDef class, assigning line width, color, dash background color and dash pattern. DashStyle is set to Custom.

See Also