Grx.Context.get_clip_box

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

Gets the clipping limits of self.

self

the context

x1

the left bounds

y1

the top bounds

x2

the right bounds

y2

the bottom bounds