d2dgame v3.0.0-beta.3 (2021-12-03T16:28:11Z)
Dub
Repo
Bitmap.fill
d2d
rendering
bitmap
Bitmap
Fills a rectangle with one color.
void
fill
(Color color)
void
fill
(int x, int y, int width, int height, Color color)
class
Bitmap
void
fill
(
int
x
,
int
y
,
int
width
,
int
height
,
Color
color
)
Meta
Source
See Implementation
d2d
rendering
bitmap
Bitmap
constructors
this
destructors
~this
functions
convert
dispose
fill
getPixel
getPixelRGBA
mapRGB
mapRGBA
save
setPixel
setPixelRGBA
properties
height
surface
valid
width
static functions
fromSurface
load
Fills a rectangle with one color.