[Top]
GTK2
GTK2.GdkDrawable
|
Method GTK2.GdkDrawable()->draw_image()
- Method
draw_image
GDK2.Drawable draw_image(GTK2.GdkGC gc, GTK2.GdkImage image, int xsrc, int ysrc, int xdest, int ydest, int width, int height)
- Description
Draw the rectangle specified by xsrc,ysrc+width,height from the
GDK2(Image) at xdest,ydest in the destination drawable
|