|
Public Member Functions |
GdkPixbuf * | gdkP () |
| Gets the type.
|
| this (GdkPixbuf *gdkPixbuf) |
| Create a Pixbuf from a GdkPixbuf.
|
| this (Pixbuf pixbuf) |
| Creates a new Pixbuf from by copying an existing pixbuf.
|
int | getWidth () |
| Gest the width of this pixbuf.
|
int | getHeight () |
| Gets the height of this pixbuf.
|
| this (char[] fileName, GError **error) |
| Creates a new pixbuf from a file.
|
| this (guchar *data, GdkColorspace colorspace, gboolean has_alpha, int bits_per_sample, int width, int height, int rowstride, GdkPixbufDestroyNotify destroy_fn, gpointer destroy_fn_data) |
| Creates a new pixbuf from data.
|
| this (char **data) |
| Creates a new pixbuf from xpm data.
|
| this (gint data_length, guint8 *data, bit copy_pixels, GError **error) |
| Creates a new pixbuf from inline data.
|
bit | save (char[] filename, char[] type, GError **error) |
| Save this pixbuf.
|
void | copyAreaFrom (Pixbuf src_pixbuf, int src_x, int src_y, int width, int height, int dest_x, int dest_y) |
| Copies an area from other pixbuf into this one.
|
Pixbuf | scaleSimple (int dest_width, int dest_height, InterpType interp_type) |
| Creates a scaled version of this pixbuf.
|