CIContext.FromContext 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FromContext(EAGLContext, NSDictionary) |
CIContext通过使用 中 |
FromContext(CGContext, CIContextOptions) |
从现有 CIContext 以及提供的 创建一个新的 CIContext |
FromContext(EAGLContext, CIContextOptions) |
CIContext使用指定的 |
FromContext(CGContext) |
从现有 CIContext 创建新的 CIContext。 |
FromContext(EAGLContext) |
从提供的 |
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
返回
- 属性
适用于
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
返回
- 属性