cpublit ~master (2018-04-04T00:37:28Z)
Dub
Repo
drawLine
CPUblit
draw
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
color
,
T
*
dest
,
int
destWidth
)
Meta
Source
See Implementation
CPUblit
draw
functions
drawFilledRectangle
drawLine
drawRectangle
Draws a line using a fixed point method. Is capable of drawing lines diagonally.