Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CGBitmapContext 或 Quartz 2D 有选项吗?我想用它在单点触控的 UIImage 上绘图。
谢谢亚历克斯。
绘图始终在CGContext. 如果要在现有图像上绘图,CGBitmapContext逻辑上是要使用的上下文。
CGContext
CGBitmapContext