CALayer.DrawInContext(CGContext) 方法

定义

在指定的上下文上绘制层。

[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) 方法来呈现内容。

已为目标图面预配置提供的上下文,并定义了剪辑区域。

适用于