pixelperfectengine v0.9.4-beta2 (2019-02-10T22:09:11Z)
Dub
Repo
BitmapDrawer.drawRectangle
PixelPerfectEngine
graphics
draw
BitmapDrawer
Draws a rectangle.
void
drawRectangle
(int xa, int xb, int ya, int yb, ubyte color)
class
BitmapDrawer
void
drawRectangle
(
int
xa
,
int
xb
,
int
ya
,
int
yb
,
ubyte
color
)
void
drawRectangle
(int xa, int xb, int ya, int yb, Bitmap8Bit brush)
Meta
Source
See Implementation
PixelPerfectEngine
graphics
draw
BitmapDrawer
constructors
this
functions
drawColorText
drawFilledRectangle
drawLine
drawRectangle
drawText
insertBitmap
insertBitmapSlice
insertColorLetter
patternFill
variables
brushTransparency
output
Draws a rectangle.