CIContext.FromContext Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
FromContext(EAGLContext, NSDictionary) |
Crea un objeto a CIContext partir del proporcionado |
FromContext(CGContext, CIContextOptions) |
Crea un nuevo CIContext a partir de uno existente, junto con el proporcionado. |
FromContext(EAGLContext, CIContextOptions) |
Crea un CIContext objeto basado en , |
FromContext(CGContext) |
Crea un nuevo CIContext a partir de uno existente. |
FromContext(EAGLContext) |
Crea un objeto a CIContext partir de la clase proporcionada |
FromContext(EAGLContext, NSDictionary)
Crea un objeto a CIContext partir del proporcionado eaglContext
y mediante las opciones denominadas en dictionary
.
[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
Parámetros
- eaglContext
- EAGLContext
Devoluciones
- Atributos
Se aplica a
FromContext(CGContext, CIContextOptions)
Crea un nuevo CIContext a partir de uno existente, junto con el proporcionado.
public static CoreImage.CIContext FromContext (CoreGraphics.CGContext ctx, CoreImage.CIContextOptions options);
static member FromContext : CoreGraphics.CGContext * CoreImage.CIContextOptions -> CoreImage.CIContext
Parámetros
- ctx
- CGContext
- options
- CIContextOptions
Devoluciones
Se aplica a
FromContext(EAGLContext, CIContextOptions)
Crea un CIContext objeto basado en , eaglContext
con el especificado options
.
public static CoreImage.CIContext FromContext (OpenGLES.EAGLContext eaglContext, CoreImage.CIContextOptions options);
static member FromContext : OpenGLES.EAGLContext * CoreImage.CIContextOptions -> CoreImage.CIContext
Parámetros
- eaglContext
- EAGLContext
EAGLContext de origen.
- options
- CIContextOptions
CIContextOptions que se desea.
Devoluciones
Un nuevo objeto CIContext.
Se aplica a
FromContext(CGContext)
FromContext(EAGLContext)
Crea un objeto a CIContext partir de la clase proporcionada eaglContext
.
[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
Parámetros
- eaglContext
- EAGLContext
Devoluciones
- Atributos