CALayer.DrawInContext(CGContext) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在指定的上下文上绘制层。
[Foundation.Export("drawInContext:")]
public virtual void DrawInContext (CoreGraphics.CGContext ctx);
abstract member DrawInContext : CoreGraphics.CGContext -> unit
override this.DrawInContext : CoreGraphics.CGContext -> unit
参数
- ctx
- CGContext
准备好了要绘制的上下文。
- 属性
注解
开发人员重写此方法以提供 CALayer 实例内容的自定义呈现。 如果未覆盖此方法,CALayer 将调用 DrawLayer(CALayer, CGContext) 方法来呈现内容。
已为目标图面预配置提供的上下文,并定义了剪辑区域。