标签: iphone ios ipad cglayer graphicscontext
可能重复: On iOS, after we create a layer from context and get the layer's context, how do these contexts relate to each other?
在iOS上,我们可以使用现有的图形上下文执行CGLayerCreateWithContext,我们将获得CGLayer,我们也可以使用CGLayerGetContext获取此CGLayer的图形上下文。
CGLayerCreateWithContext
CGLayer
CGLayerGetContext
为什么我们必须使用现有的图形上下文创建此CGLayer?我们不能在没有任何图形上下文的情况下创建它吗?当我们得到这一层的图形上下文时,它与原始图形上下文有什么关系?难道他们不能只是两个独立的独立图形上下文吗?