如何用wxpython删除线条
我正在尝试用 wxpython 制作一个绘画工具。我找不到制作(橡皮擦)的方法。我怎样才能在wxpython中制作一个橡皮擦工具——就像Windows Paint中的橡皮擦工具一样? 请帮忙。
这个想法或小代码示例将非常有帮助
提前致谢
I'm trying to make a paint tool in wxpython. and i couldn't find a way to make an ( Eraser ) . how can i make an eraser tool - just like the one in windows paint - in wxpython ?
please help .
the idea or small code sample would be very helpful
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你制作过钢笔工具吗?只需将其颜色设置为画布的背景颜色即可;)
顺便说一下,我正在积极开发自己的 wxpython 绘画程序,您可能想查看一下;请参阅 http://code.google.com/p/whyteboard/
Have you made a Pen tool? Just set its colour to the canvas' background colour ;)
by the way I actively develop my own wxpython painting program that you may want to check out; see http://code.google.com/p/whyteboard/