Grx.draw_pixmap

@accepts(int, int, Grx.Pixmap)
@returns(none)
def draw_pixmap(x, y, p):
    # Python wrapper for grx_draw_pixmap()
  

Draws the entire image on the current context with the top, left corner at x, y.

x

the left edge

y

the top edge

p

the pixmap