gboolean gdk_magick_render_to_gdk( GdkDrawable *gdk_drawable, GdkGC *gdk_gc, Image *image )

Render an ImageMagick image into a GDK drawable

Documentation

Render an ImageMagick image into a GDK drawable. This function is essential for accessing an ImageMagick image using the GDK toolkit. This function uses the GdkRGB routines to render the image into the drawable. The drawable may be a window or pixmap. The drawable must be created with the same visual and colormap as the GdkMagick default visual and colormap.

Returns:
TRUE if the render was successful, FALSE otherwise
Parameters:
gdk_drawable - GdkDrawable which will receive the rendered image
gdk_gc - GDK graphics context to use when rendering the image
image - ImageMagick Image structure to render

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.