CIContext.FromContext メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FromContext(EAGLContext, NSDictionary) |
で指定 |
FromContext(CGContext, CIContextOptions) |
指定された と共に、既存の CIContext から新しい CIContext を作成します。 |
FromContext(EAGLContext, CIContextOptions) |
指定した を CIContext 使用して、 |
FromContext(CGContext) |
既存の CIContext から新しい CIContext を作成します。 |
FromContext(EAGLContext) |
指定 |
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
戻り値
- 属性
適用対象
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
- options
- CIContextOptions
戻り値
適用対象
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)
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
戻り値
- 属性