draw_filled_box_with_pixmap
Description:
public void draw_filled_box_with_pixmap (
int x1,
int y1,
int x2,
int y2,
Pixmap p)
Draws a filled rectangle on the current context using the specified coordinates and pixmap.
Parameters:
| x1 |
the left X coordinate
|
| y1 |
the top Y coordinate
|
| x2 |
the right X coordinate
|
| y2 |
the bottom Y coordinate
|
| p |
the pixmap
|