Grx.draw_pixmap_tiled
@accepts(int, int, int, int, Grx.Pixmap) @returns(none) def draw_pixmap_tiled(x1, y1, x2, y2, p): # Python wrapper for grx_draw_pixmap_tiled()
Draws as much of the image as possible (repeating if necessary) on the current in the rectangle defined by x1, y1 and x2, y2
- x1
the left edge
- y1
the top edge
- x2
the right edge
- y2
the bottom edge
- p
the pixmap