drawBox
fn
void drawBox(int boxtype, int x, int y, int w, int h, uint c) nothrow @nogcDraws a box with the specified type and color.
Parameters
boxtype | Box type (use BoxType enum from types module) |
x | X coordinate |
y | Y coordinate |
w | Width |
h | Height |
c | Fill color |