draw_pixmap_tiled
Description:
public void draw_pixmap_tiled (
int x1,
int y1,
int x2,
int y2,
Pixmap p)
Draws as much of the image as possible (repeating if necessary) on the current in the rectangle defined by x1, y1
and x2, y2
Parameters:
| x1 |
the left edge
|
| y1 |
the top edge
|
| x2 |
the right edge
|
| y2 |
the bottom edge
|
| p |
the pixmap
|