FileIcon.draw

void draw(int x, int y, int w, int h, uint ic, bool active = true) nothrow @nogc

Draws the icon at the specified position and size.

Parameters

xX position
yY position
wWidth
hHeight
icIcon color
activeWhether to draw as active (true) or inactive (false)