[ Version ( since = "2.2" ) ]
public Pixbuf get_thumbnail (int width, int height, PixbufTransparency alpha)
Retrieves a thumbnail pixbuf for the drawable identified by this.
The thumbnail will be not larger than the requested size.
| this |
the drawable |
| width |
the requested thumbnail width (<= 1024 pixels) |
| height |
the requested thumbnail height (<= 1024 pixels) |
| alpha |
how to handle an alpha channel |
|
a new Pixbuf |