UIGraphics.PopContext Method

Definition

Pops the top context and sets the previous context as the default context.

public static void PopContext ();
static member PopContext : unit -> unit

Remarks

Developers can call this method from any thread.

Applies to