Share via


UIGraphicsRenderer.PrepareContext Method

Definition

[Foundation.Export("prepareCGContext:withRendererContext:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.ThreadSafe]
public static void PrepareContext(CoreGraphics.CGContext context, UIKit.UIGraphicsRendererContext rendererContext);
[<Foundation.Export("prepareCGContext:withRendererContext:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.ThreadSafe>]
static member PrepareContext : CoreGraphics.CGContext * UIKit.UIGraphicsRendererContext -> unit

Parameters

context
CGContext
rendererContext
UIGraphicsRendererContext
Attributes

Applies to