Usage
gdkPixbufRenderToDrawableAlpha(object, drawable, src.x = 0, src.y = 0, dest.x, dest.y, width = -1, height = -1, alpha.mode = NULL, alpha.threshold = NULL, dither = "GDK_RGB_DITHER_NORMAL", x.dither = 0, y.dither = 0)
Arguments
src.x
[integer] Source X coordinate within pixbuf.
src.y
[integer] Source Y coordinates within pixbuf.
dest.x
[integer] Destination X coordinate within drawable.
dest.y
[integer] Destination Y coordinate within drawable.
width
[integer] Width of region to render, in pixels, or -1 to use pixbuf width.
height
[integer] Height of region to render, in pixels, or -1 to use pixbuf height.
alpha.threshold
[integer] Ignored. Present for backwards compatibility
x.dither
[integer] X offset for dither.
y.dither
[integer] Y offset for dither.