pixelperfectengine v0.9.4-beta3 (2019-10-18T18:09:33Z)
Dub
Repo
Canvas.drawLine
PixelperfectEngine
concrete
interfaces
Canvas
Draws a line.
interface
Canvas
@
trusted
void
drawLine
(
int
x0
,
int
y0
,
int
x1
,
int
y1
,
ubyte
color
,
int
lineWidth
= 1
)
Meta
Source
See Implementation
PixelperfectEngine
concrete
interfaces
Canvas
functions
bitBLiT
drawFilledRectange
drawLine
drawRectangle
drawText
fill
xorBLiT
Draws a line.