Grx.draw_pixmap_tiled

function draw_pixmap_tiled(x1: Number(gint), y1: Number(gint), x2: Number(gint), y2: Number(gint), p: Grx.Pixmap): void {
    // Gjs 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