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使用指定的 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)
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
傳回
- 屬性