UIGraphics.PushContext(CGContext) 方法

定义

手动将 CGContext 推送到 UIKit 图形上下文堆栈中。

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

参数

ctx
CGContext

注解

开发人员可以从任何线程调用此方法。

适用于