
[Top]
GDK
GDK.Drawable
|
Method GDK.Drawable()->draw_image()
- Method
draw_image
object(GDK.Drawable) GDK.Drawable()->draw_image(object(GDK.GC) gc, object(GDK.Image) 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
GDK(Image) at xdest,ydest in the destination drawable
Extracted from Pike v7.3 release 11 at 2001-11-03.
|