drawLine

Draws a line using a fixed point method. Is capable of drawing lines diagonally.

@nogc
void
drawLine
(
T
)
(
int x0
,
int y0
,
int x1
,
int y1
,,
T* dest
,
)

Meta