c
Back to Seed Clases

GdkPixbuf


Classes

Interfaces

Structs

Unions

Enums

Enum GdkPixbuf.InterpType

Import line: GdkPixbuf = imports.gi.GdkPixbuf;
GIR File: GdkPixbuf-2.0.gir
C documentation: GdkInterpType
Enum : InterpType
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GdkPixbuf.Pixbuf
Method
composite (Pixbuf dest, gint32 dest_x, gint32 dest_y, gint32 dest_width, gint32 dest_height, gdouble offset_x, gdouble offset_y, gdouble scale_x, gdouble scale_y, InterpType interp_type, gint32 overall_alpha) : none
GdkPixbuf.Pixbuf
Method
composite_color (Pixbuf dest, gint32 dest_x, gint32 dest_y, gint32 dest_width, gint32 dest_height, gdouble offset_x, gdouble offset_y, gdouble scale_x, gdouble scale_y, InterpType interp_type, gint32 overall_alpha, gint32 check_x, gint32 check_y, gint32 check_size, guint32 color1, guint32 color2) : none
GdkPixbuf.Pixbuf
Method
composite_color_simple (gint32 dest_width, gint32 dest_height, InterpType interp_type, gint32 overall_alpha, gint32 check_size, guint32 color1, guint32 color2) : GdkPixbuf.Pixbuf
GdkPixbuf.Pixbuf
Method
scale (Pixbuf dest, gint32 dest_x, gint32 dest_y, gint32 dest_width, gint32 dest_height, gdouble offset_x, gdouble offset_y, gdouble scale_x, gdouble scale_y, InterpType interp_type) : none
GdkPixbuf.Pixbuf
Method
scale_simple (gint32 dest_width, gint32 dest_height, InterpType interp_type) : GdkPixbuf.Pixbuf
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:01 GMT+0800 (HKT)