绘制到 CGImageRef 中
我想创建一个 CGImageRef 并绘制指向它的点。
使用什么上下文来创建空的 CGImageRef 并能够在其上进行绘制。 CGContextRef 还是 CGBitmapContextRef?
如果您可以提供代码来创建一个空的 CGImageRef 图像并绘制它,我将不胜感激。
I want to create a CGImageRef and draw points to it.
What context to use to create an empty CGImageRef and be able to draw onto it.
CGContextRef or CGBitmapContextRef?
If you can provide code to create an empty CGImageRef image and draw to it I would appreciate.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)