drawLine

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

@nogc nothrow pure
void
drawLine
(
T
)
(
int x0
,
int y0
,
int x1
,
int y1
,,
T* dest
,
size_t destWidth
)

Meta