共用方式為


CIContext.FromContext 方法

定義

多載

FromContext(EAGLContext, NSDictionary)

使用 中 dictionary 命名的選項,從提供的 eaglContext 和 建立新的 CIContext

FromContext(CGContext, CIContextOptions)

從現有的 CICoNtext 以及提供的 建立新的 CICoNtext

FromContext(EAGLContext, CIContextOptions)

CIContext使用指定的 options ,根據 eaglContext 建立 。

FromContext(CGContext)

從現有的 CICoNtext 建立新的 CICoNtext。

FromContext(EAGLContext)

從提供的 eaglContext 建立新的 CIContext

FromContext(EAGLContext, NSDictionary)

使用 中 dictionary 命名的選項,從提供的 eaglContext 和 建立新的 CIContext

[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

傳回

屬性

適用於