UIGraphics.PushContext(CGContext) Method

Definition

Manually pushes a CGContext into the UIKit graphics context stack.

public static void PushContext (CoreGraphics.CGContext ctx);
static member PushContext : CoreGraphics.CGContext -> unit

Parameters

ctx
CGContext

Remarks

Developers can call this method from any thread.

Applies to