Grx.Context.get_max_x

@accepts(Grx.Context)
@returns(int)
def get_max_x(self):
    # Python wrapper for grx_context_get_max_x()
  

Gets the right bounds of self.

self

a Grx.Context

Returns