Grx.Context.get_max_y

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

Gets the bottom bounds of self.

self

a Grx.Context

Returns