Partager via


CIContext.FromContext Méthode

Définition

Surcharges

FromContext(EAGLContext, NSDictionary)

Crée un nouveau CIContext à partir du fourni eaglContext et à l’aide des options nommées dans dictionary.

FromContext(CGContext, CIContextOptions)

Crée un CIContext à partir d’un cicontext existant, ainsi que le

FromContext(EAGLContext, CIContextOptions)

Crée un CIContext basé sur , eaglContextavec le spécifié options.

FromContext(CGContext)

Crée un CIContext à partir d’un cicontext existant.

FromContext(EAGLContext)

Crée un nouveau CIContext à partir du fourni eaglContext.

FromContext(EAGLContext, NSDictionary)

Crée un nouveau CIContext à partir du fourni eaglContext et à l’aide des options nommées dans 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

Paramètres

eaglContext
EAGLContext
dictionary
NSDictionary

À ajouter.

Ce paramètre peut être null.

Retours

Attributs

S’applique à

FromContext(CGContext, CIContextOptions)

Crée un CIContext à partir d’un cicontext existant, ainsi que le

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

Paramètres

ctx
CGContext

Retours

S’applique à

FromContext(EAGLContext, CIContextOptions)

Crée un CIContext basé sur , eaglContextavec le spécifié options.

public static CoreImage.CIContext FromContext (OpenGLES.EAGLContext eaglContext, CoreImage.CIContextOptions options);
static member FromContext : OpenGLES.EAGLContext * CoreImage.CIContextOptions -> CoreImage.CIContext

Paramètres

eaglContext
EAGLContext

EAGLContext source.

options
CIContextOptions

CIContextOptions souhaité.

Retours

Nouveau CIContext.

S’applique à

FromContext(CGContext)

Crée un CIContext à partir d’un cicontext existant.

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

Paramètres

ctx
CGContext

Retours

S’applique à

FromContext(EAGLContext)

Crée un nouveau CIContext à partir du fourni 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

Paramètres

eaglContext
EAGLContext

Retours

Attributs

S’applique à