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

a GdkDrawable

gc

a GdkGC

x

X coordinate on drawable where image should go

y

Y coordinate on drawable where image should go

width

width of area of image to draw

height

height of area of image to draw

dith

dithering mode

buf

RGB image data

xdith

X dither offset

ydith

Y dither offset

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]