QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1076|回复: 0

如何清空GdkPixmap指定区域的内容

[复制链接]
发表于 2006-6-5 17:27:38 | 显示全部楼层 |阅读模式
GdkPixmap* mPixmap = ::gdk_pixmap_new(window, mWidth, mHeight, 32);
GdkPixbuf* pixbuf =
    ::gdk_pixbuf_get_from_drawable(NULL, mPixmap,
                                   ::gdk_colormap_get_system(),
                                   x, y, 0, 0, width, height); //到这一步程序crash
unsigned char* pixels = ::gdk_pixbuf_get_pixels(pixbuf);
memset(pixels, 0, width*height);

请问还有其他办法吗?多谢
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 14:21 , Processed in 0.042009 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表