Canvas.drawLine

Draws a line.

interface Canvas
@trusted
void
drawLine
(
int x0
,
int y0
,
int x1
,
int y1
,
ubyte color
,
int lineWidth = 1
)

Meta