UIGraphics.PushContext(CGContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.