XPutImage解析

Posted 道亦无名

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了XPutImage解析相关的知识,希望对你有一定的参考价值。

XPutImage (display, d, gc, image, src_x, src_y, dest_x, dest_y, width, height)
Display *display;  //display 指定到 X 服务器的连接。
Drawable d; //d 指定可绘制对象。
GC gc;  //指定 GC。
XImage *image

以上是关于XPutImage解析的主要内容,如果未能解决你的问题,请参考以下文章