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 UIGraphics.BeginImageContextWithOptions(System.Drawing.SizeF, bool, float) or UIGraphics.BeginImageContext(System.Drawing.CoreGraphics.CGSize) this method does nothing.