CIContext.FromContext 方法

定义

重载

FromContext(EAGLContext, NSDictionary)

CIContext通过使用 中dictionary命名的选项,从提供的 eaglContext 和 创建新的 。

FromContext(CGContext, CIContextOptions)

从现有 CIContext 以及提供的 创建一个新的 CIContext

FromContext(EAGLContext, CIContextOptions)

CIContext使用指定的 options创建基于 eaglContext的 。

FromContext(CGContext)

从现有 CIContext 创建新的 CIContext。

FromContext(EAGLContext)

从提供的 eaglContext创建一个新的 CIContext

FromContext(EAGLContext, NSDictionary)

CIContext通过使用 中dictionary命名的选项,从提供的 eaglContext 和 创建新的 。

[Foundation.Export("contextWithEAGLContext:options:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public static CoreImage.CIContext FromContext (OpenGLES.EAGLContext eaglContext, Foundation.NSDictionary dictionary);
static member FromContext : OpenGLES.EAGLContext * Foundation.NSDictionary -> CoreImage.CIContext

参数

eaglContext
EAGLContext
dictionary
NSDictionary

内容待定。

此参数可以为 null

返回

属性

适用于

FromContext(CGContext, CIContextOptions)

从现有 CIContext 以及提供的 创建一个新的 CIContext

public static CoreImage.CIContext FromContext (CoreGraphics.CGContext ctx, CoreImage.CIContextOptions options);
static member FromContext : CoreGraphics.CGContext * CoreImage.CIContextOptions -> CoreImage.CIContext

参数

ctx
CGContext

返回

适用于

FromContext(EAGLContext, CIContextOptions)

CIContext使用指定的 options创建基于 eaglContext的 。

public static CoreImage.CIContext FromContext (OpenGLES.EAGLContext eaglContext, CoreImage.CIContextOptions options);
static member FromContext : OpenGLES.EAGLContext * CoreImage.CIContextOptions -> CoreImage.CIContext

参数

eaglContext
EAGLContext

EAGLContext

options
CIContextOptions

所需的 CIContextOptions

返回

一个新的 CIContext

适用于

FromContext(CGContext)

从现有 CIContext 创建新的 CIContext。

public static CoreImage.CIContext FromContext (CoreGraphics.CGContext ctx);
static member FromContext : CoreGraphics.CGContext -> CoreImage.CIContext

参数

ctx
CGContext

返回

适用于

FromContext(EAGLContext)

从提供的 eaglContext创建一个新的 CIContext

[Foundation.Export("contextWithEAGLContext:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public static CoreImage.CIContext FromContext (OpenGLES.EAGLContext eaglContext);
static member FromContext : OpenGLES.EAGLContext -> CoreImage.CIContext

参数

eaglContext
EAGLContext

返回

属性

适用于