UIGraphics.EndImageContext 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
快顯目前的影像內容。
public static void EndImageContext ();
static member EndImageContext : unit -> unit
備註
UIKit 會保留影像內容的堆疊,此方法會快顯目前的影像內容,並將新的內容設為堆疊頂端的新預設內容。
如果未使用 BeginImageContextWithOptions(CGSize, Boolean, nfloat) 或 BeginImageContext(CGSize) 這個方法建立目前的內容,則不會執行任何動作。