draw_pixel_with_offset_pixmap


Description:

public void draw_pixel_with_offset_pixmap (int x0, int y0, int x, int y, Pixmap p)

Draws a single pixel of an pixmap on the current context at x, y.

The color of the pixel comes from the pixmap as if p was tiled over the entrire context starting with the top/left of the pixmap at x0, y0.

Parameters:

x0

the alignment X coordinate

y0

the alignment Y coordinate

x

the X coordinate

y

the Y coordinate

p

the pixmap


Namespace: Grx
Package: grx-3.0