cairo_set_source_pixbuf
Description:
Sets the given pixbuf as the source pattern for cr.
The pattern has an extend mode of cairo_extend_none and is aligned so that the origin of pixbuf
is pixbuf_x, pixbuf_y.
Parameters:
| cr |
a cairo context |
| pixbuf |
a `GdkPixbuf` |
| pixbuf_x |
X coordinate of location to place upper left corner of |
| pixbuf_y |
Y coordinate of location to place upper left corner of |
Namespace: Gdk
Package: gtk4