共用方式為


UIGraphics.EndImageContext 方法

定義

快顯目前的影像內容。

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

備註

UIKit 會保留影像內容的堆疊,此方法會快顯目前的影像內容,並將新的內容設為堆疊頂端的新預設內容。

如果未使用 BeginImageContextWithOptions(CGSize, Boolean, nfloat)BeginImageContext(CGSize) 這個方法建立目前的內容,則不會執行任何動作。

適用於