| gdkDrawRgb32ImageDithalign {RGtk2} | R Documentation |
Like gdkDrawRgb32Image, but allows you to specify the dither
offsets. See gdkDrawRgbImageDithalign for more details.
gdkDrawRgb32ImageDithalign(object, gc, x, y, width, height, dith, buf, xdith, ydith)
|
[GdkDrawable] a GdkDrawable |
|
[GdkGC] a GdkGC |
|
[integer] X coordinate on drawable where image should go |
|
[integer] Y coordinate on drawable where image should go |
|
[integer] width of area of image to draw |
|
[integer] height of area of image to draw |
|
[GdkRgbDither] dithering mode |
|
[raw] RGB image data |
|
[integer] X dither offset |
|
[integer] Y dither offset |
Derived by RGtkGen from GTK+ documentation