Pen

This gives a few more options to drawing lines and such

Members

Enums

Style
enum Style

Style of lines drawn

Variables

color
Color color;

the foreground color

style
Style style;

See Style

width
int width;

width of the line. please note that on X, wide lines are drawn centered on the coordinates, so you may have to offset things.

Suggestion Box / Bug Report