Compartir a través de


CIContext.FromContext Método

Definición

Sobrecargas

FromContext(EAGLContext, NSDictionary)

Crea un objeto a CIContext partir del proporcionado eaglContext y mediante las opciones denominadas en dictionary.

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 , eaglContextcon el especificado options.

FromContext(CGContext)

Crea un nuevo CIContext a partir de uno existente.

FromContext(EAGLContext)

Crea un objeto a CIContext partir de la clase proporcionada eaglContext.

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
dictionary
NSDictionary

Se agregará.

Este parámetro puede ser null.

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

Devoluciones

Se aplica a

FromContext(EAGLContext, CIContextOptions)

Crea un CIContext objeto basado en , eaglContextcon 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)

Crea un nuevo CIContext a partir de uno existente.

public static CoreImage.CIContext FromContext (CoreGraphics.CGContext ctx);
static member FromContext : CoreGraphics.CGContext -> CoreImage.CIContext

Parámetros

ctx
CGContext

Devoluciones

Se aplica a

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

Se aplica a