Grx.get_clip_box

@accepts(int, int, int, int)
@returns(none)
def get_clip_box(x1, y1, x2, y2):
    # Python wrapper for grx_get_clip_box()
  

Gets the clipping limits of the current context.

x1

the left bounds

y1

the top bounds

x2

the right bounds

y2

the bottom bounds