draw_filled_box_with_offset_pixmap


Description:

public void draw_filled_box_with_offset_pixmap (int x0, int y0, int x1, int y1, int x2, int y2, Pixmap p)

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.

Parameters:

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


Namespace: Grx
Package: grx-3.0