Grx.set_clip_box
@accepts(int, int, int, int) @returns(none) def set_clip_box(x1, y1, x2, y2): # Python wrapper for grx_set_clip_box()
Sets the clipping limits on the current context.
- x1
the left bounds
- y1
the top bounds
- x2
the right bounds
- y2
the bottom bounds