Grx.Context.set_clip_box

@accepts(Grx.Context, int, int, int, int)
@returns(none)
def set_clip_box(self, x1, y1, x2, y2):
    # Python wrapper for grx_context_set_clip_box()
  

Sets the clipping limits on self.

self

the context

x1

the left bounds

y1

the top bounds

x2

the right bounds

y2

the bottom bounds