有没有办法可以使用 CGContext 制作像 GLPaint 这样的程序?
我想使用CGContext制作一个类似于GLPaint的程序,它非常流畅并且易于将图像放在后面。据我所知,GLPaint 不允许将图像放在画布后面,而不仅仅是黑色图像。
I want to make a program similar to GLPaint using CGContext that is very smooth and easy to put images behind. I understand that GLPaint has no allowance for putting an Image behind the painting canvas, rather than having just a black one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以非常简单地使用画布后面的图像。
4 个基本步骤
您需要更高的精度或示例代码吗?
You can very simply use an image behind the painting canvas.
4 basic steps
Do you need more precision or sample code ?