Grx.draw_filled_box_with_offset_pixmap
function draw_filled_box_with_offset_pixmap(x0: Number(gint), y0: Number(gint), x1: Number(gint), y1: Number(gint), x2: Number(gint), y2: Number(gint), p: Grx.Pixmap): void {
// Gjs wrapper for grx_draw_filled_box_with_offset_pixmap()
}
Fills the rectangle x1, y1, x2, y2 in the current context with the pixmap. This pixmap can be offset from the rectangle by specifying x0, y0 different from x1, y1. The pixmap is tiled if needed to fill the rectangle.
- x0
the alignment X coordinate
- y0
the alignment Y coordinate
- x1
the top X coordinate
- y1
the left Y coordinate
- x2
the right X coordinate
- y2
the bottom Y coordinate
- p
the pixmap