Edit

Share via


UIGraphicsRenderer.PrepareContext Method

Definition

Applies the configuration in <param name="rendererContext" /> to <param name="context" />.

[Foundation.Export("prepareCGContext:withRendererContext:")]
public static void PrepareContext(CoreGraphics.CGContext context, UIKit.UIGraphicsRendererContext rendererContext);
static member PrepareContext : CoreGraphics.CGContext * UIKit.UIGraphicsRendererContext -> unit

Parameters

context
CGContext
rendererContext
UIGraphicsRendererContext
Attributes

Applies to