cpublit v0.4.2 (2021-04-17T23:39:40Z)
Dub
Repo
drawFilledRectangle
CPUblit
draw
Draws a filled rectangle.
@
nogc
nothrow pure
void
drawFilledRectangle
(
T
)
(
int
x0
,
int
y0
,
int
x1
,
int
y1
,
T
color
,
T
*
dest
,
size_t
destWidth
)
Meta
Source
See Implementation
CPUblit
draw
functions
drawFilledRectangle
drawLine
drawLinePattern
drawRectangle
floodFill
Draws a filled rectangle.