CIContext.FromContext Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
FromContext(EAGLContext, NSDictionary) |
Crée un nouveau CIContext à partir du fourni |
FromContext(CGContext, CIContextOptions) |
Crée un CIContext à partir d’un cicontext existant, ainsi que le |
FromContext(EAGLContext, CIContextOptions) |
Crée un CIContext basé sur , |
FromContext(CGContext) |
Crée un CIContext à partir d’un cicontext existant. |
FromContext(EAGLContext) |
Crée un nouveau CIContext à partir du fourni |
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
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
- options
- CIContextOptions
Retours
S’applique à
FromContext(EAGLContext, CIContextOptions)
Crée un CIContext basé sur , eaglContext
avec 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)
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