Package: gdk-pixbuf
Function gdk-pixbuf:pixbuf-new-subpixbuf
Lambda Listgdk-pixbuf:pixbuf-new-subpixbuf (pixbuf x y width height) ArgumentsReturn ValueThe new gdk-pixbuf:pixbuf object. Details Creates a new pixbuf which represents a sub-region of pixbuf.
The new pixbuf shares its pixels with the original pixbuf, so writing to one affects both. The new pixbuf holds a reference to pixbuf, so pixbuf will not be finalized until the new pixbuf is finalized. | See also |
#2024-6-29