FileIcon.draw
void draw(int x, int y, int w, int h, uint ic, bool active = true) nothrow @nogcDraws the icon at the specified position and size.
Parameters
x | X position |
y | Y position |
w | Width |
h | Height |
ic | Icon color |
active | Whether to draw as active (true) or inactive (false) |