CALayer.RenderInContext(CGContext) Method

Definition

Renders the layer into the specified CGContext.

[Foundation.Export("renderInContext:")]
public virtual void RenderInContext (CoreGraphics.CGContext ctx);
abstract member RenderInContext : CoreGraphics.CGContext -> unit
override this.RenderInContext : CoreGraphics.CGContext -> unit

Parameters

ctx
CGContext

The context in which the layer should be rendered.

Attributes

Applies to