- gc
- A Gdk.GC used for clipping.
- pixbuf
- The Gdk.Pixbuf to render
- src_x
- Source X coordinate within pixbuf.
- src_y
- Source Y coordinates within pixbuf.
- dest_x
- Destination X coordinate within drawable.
- dest_y
- Destination Y coordinate within drawable.
- width
- Width of region to render, in pixels, or -1 to use pixbuf width.
- height
- Height of region to render, in pixels, or -1 to use pixbuf height.
- dither
- Dithering mode for GdkRGB.
- x_dither
- X offset for dither.
- y_dither
- Y offset for dither.
On older X servers, rendering pixbufs with an alpha channel involves round trips to the X server, and may be somewhat slow.
The clip mask of gc is ignored, but clip rectangles and clip regions work fine.