rect
fn
void rect(int x, int y, int w, int h) nothrow @nogcDraws an outlined rectangle.
Parameters
x | X position of top-left corner |
y | Y position of top-left corner |
w | Width |
h | Height Example: |