Ejemplo n.º 1
0
 static PixbufImageSurface()
 {
     destroy_func = new cairo_destroy_func_t(DestroyPixelData);
 }
Ejemplo n.º 2
0
 static DataImageSurface()
 {
     destroy_func = new cairo_destroy_func_t (DestroyPixelData);
 }
Ejemplo n.º 3
0
 private static extern Cairo.Status cairo_surface_set_user_data(IntPtr surface,
                                                                ref int key, IntPtr userdata, cairo_destroy_func_t destroy);
Ejemplo n.º 4
0
 static extern Cairo.Status cairo_surface_set_user_data(IntPtr surface, ref int key, IntPtr userdata, cairo_destroy_func_t destroy);