次の方法で共有


UIGraphics.PushContext(CGContext) メソッド

定義

UIKit グラフィックス コンテキスト スタックに CGContext を手動でプッシュします。

public static void PushContext (CoreGraphics.CGContext ctx);
static member PushContext : CoreGraphics.CGContext -> unit

パラメーター

ctx
CGContext

注釈

開発者は、任意のスレッドからこのメソッドを呼び出すことができます。

適用対象