overlayRect
fn
void overlayRect(int x, int y, int w, int h) nothrow @nogcDraws an XOR overlay rectangle.
This draws a rectangle using XOR mode, which can be erased by drawing the same rectangle again or by calling overlayClear().
Parameters
x | X coordinate |
y | Y coordinate |
w | Width |
h | Height |