pixelperfectengine v0.9.4-alpha.3 (2018-07-14T20:03:51Z)
Dub
Repo
BitmapDrawer.drawRectangle
PixelPerfectEngine
graphics
draw
BitmapDrawer
Draws a rectangle.
void
drawRectangle
(int xa, int xb, int ya, int yb, ushort color)
class
BitmapDrawer
void
drawRectangle
(
int
xa
,
int
xb
,
int
ya
,
int
yb
,
ushort
color
)
void
drawRectangle
(int xa, int xb, int ya, int yb, Bitmap16Bit brush)
Meta
Source
See Implementation
PixelPerfectEngine
graphics
draw
BitmapDrawer
constructors
this
functions
drawColorText
drawFilledRectangle
drawLine
drawRectangle
drawText
insertBitmap
insertBitmapSlice
insertColorLetter
patternFill
static variables
transparencytester4
transparencytester8
variables
brushTransparency
output
Draws a rectangle.