标签: ios core-graphics cgcontext
我有一个CGContextRef,内部绘制了一些东西,我想清除它以便它是空的(全透明)。怎么做?
答案 0 :(得分:3)
CGContextClearRect应该完成这项工作。
CGContextClearRect