pushClip
fn
void pushClip(int x, int y, int w, int h) nothrow @nogcPushes a clipping rectangle onto the stack.
All drawing will be clipped to this rectangle until popClip() is called. Clipping regions can be nested.
Parameters
x | X position |
y | Y position |
w | Width |
h | Height Example: |