UIGraphics.EndImageContext 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.
Pops the current image context.
public static void EndImageContext ();
static member EndImageContext : unit -> unit
Remarks
UIKit keeps a stack of image context, this method pops the current image context, and makes the new context at the top of the stack, the new default context.
If the current context was not created using the BeginImageContextWithOptions(CGSize, Boolean, nfloat) or BeginImageContext(CGSize) this method does nothing.