gdkDrawRgb32ImageDithalign {RGtk2}R Documentation

gdkDrawRgb32ImageDithalign

Description

Like gdkDrawRgb32Image, but allows you to specify the dither offsets. See gdkDrawRgbImageDithalign for more details.

Usage

gdkDrawRgb32ImageDithalign(object, gc, x, y, width, height, dith, buf, xdith, ydith)

Arguments

object [GdkDrawable] a GdkDrawable
gc [GdkGC] a GdkGC
x [integer] X coordinate on drawable where image should go
y [integer] Y coordinate on drawable where image should go
width [integer] width of area of image to draw
height [integer] height of area of image to draw
dith [GdkRgbDither] dithering mode
buf [raw] RGB image data
xdith [integer] X dither offset
ydith [integer] Y dither offset

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]