UIGraphics.GetImageFromCurrentImageContext Method

Definition

Returns the contents of the current context as an image.

public static UIKit.UIImage GetImageFromCurrentImageContext ();
static member GetImageFromCurrentImageContext : unit -> UIKit.UIImage

Returns

An image, or null on error

Remarks

This method is only valid if the current context (the context at the top of the stack) is an image context.

Developers can call this method from any thread.

Applies to