次の方法で共有


CIContext.FromContext メソッド

定義

オーバーロード

FromContext(EAGLContext, NSDictionary)

で指定dictionaryされた eaglContext オプションを使用して、 から新しい CIContext を作成します。

FromContext(CGContext, CIContextOptions)

指定された と共に、既存の CIContext から新しい CIContext を作成します。

FromContext(EAGLContext, CIContextOptions)

指定した を CIContext 使用して、 eaglContextに基づいて を作成します options

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 使用して、 eaglContextに基づいて を作成します options

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

戻り値

属性

適用対象