cairo_set_source_pixbuf
Description:
[ Version ( deprecated = true , deprecated_since = "4.20" ) ]
public void cairo_set_source_pixbuf (Context cr, Pixbuf pixbuf, double pixbuf_x, double pixbuf_y)
Warning: cairo_set_source_pixbuf is deprecated since 4.20.
Sets the given pixbuf as the source pattern for cr.
Note:
Use set_source_surface and download
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