Grx.draw_filled_box_with_offset_pixmap

@accepts(int, int, int, int, int, int, Grx.Pixmap)
@returns(none)
def draw_filled_box_with_offset_pixmap(x0, y0, x1, y1, x2, y2, p):
    # Python 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