UIGraphics.GetCurrentContext 方法

定义

返回当前图形上下文

public static CoreGraphics.CGContext GetCurrentContext ();
static member GetCurrentContext : unit -> CoreGraphics.CGContext

返回

注解

这将返回当前图形上下文 (堆栈) 顶部的上下文。 这仅在使用此类中的方法之一推送新图形上下文后有效。

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

适用于