CGLayer.Context Property

Definition

Returns the graphics context associated with this layer.

public CoreGraphics.CGContext Context { get; }
member this.Context : CoreGraphics.CGContext

Property Value

Remarks

Use this graphics context to perform drawing operations on the layer.

Applies to