如何使用 XLib 调整像素图的大小?
我使用像素图作为窗口的备份,以便在暴露事件下恢复它。 调整窗口大小时,是否必须调整备份像素图的大小?
如果是这样,最好的方法是什么? 创建一个具有新尺寸的新像素图?
I'm using a pixmap as a window's backup in order to restore it under expose events. When the window is resized, must I resize the backup pixmap?
If so, what is the best way? Create a new pixmap with the new size?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的你是对的。
如果窗口大小调整为较小的尺寸,您只需剪辑它即可。
如果窗口更大,您将再次分配新的大小。
我的建议也是看看
Yes you are right.
If the window is resized to a smaller size you just clip it.
If the window is bigger you allocate again to the new size.
My advice would also be to look at