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
This function can only be invoked from the UI thread.