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 |