LineSettings
class
Line settings access
Properties
Color Color | Access to line color |
Style LineStyle | Access to line style |
Width int | Access to line width |
Constructors
LineSettings () | Default constructor |
LineSettings (LineStyle style, Color color, int width) | Constructor with line parameters |