【发布时间】:2012-05-31 07:32:05
【问题描述】:
UIGraphicsBeginImageContext 是否使用 CGBitmapContextCreate 创建图形上下文 [更新: 我在文档中找不到它],所以图形上下文是否完全相同?我也尝试过进入UIGraphicsBeginImageContext,但调试器不允许我进入。
【问题讨论】:
-
您怀疑文档吗?如果有,为什么?
-
我的问题真的是......它是否使用
CGBitmapContextCreate,如果有记录的话?
标签: ios cocoa-touch uikit core-graphics graphicscontext