Freigeben über


CIContext.FromContext Methode

Definition

Überlädt

FromContext(EAGLContext, NSDictionary)

Erstellt ein neues CIContext aus dem bereitgestellten eaglContext und mithilfe der Optionen, die in dictionarybenannt sind.

FromContext(CGContext, CIContextOptions)

Erstellt einen neuen CIContext aus einem vorhandenen, zusammen mit dem bereitgestellten

FromContext(EAGLContext, CIContextOptions)

Erstellt eine CIContext basierend auf eaglContext, mit dem angegebenen options.

FromContext(CGContext)

Erstellt einen neuen CIContext aus einem vorhandenen.

FromContext(EAGLContext)

Erstellt eine neue CIContext aus dem bereitgestellten eaglContext.

FromContext(EAGLContext, NSDictionary)

Erstellt ein neues CIContext aus dem bereitgestellten eaglContext und mithilfe der Optionen, die in dictionarybenannt sind.

[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

Parameter

eaglContext
EAGLContext
dictionary
NSDictionary

Muss hinzugefügt werden.

Dieser Parameter kann null sein.

Gibt zurück

Attribute

Gilt für:

FromContext(CGContext, CIContextOptions)

Erstellt einen neuen CIContext aus einem vorhandenen, zusammen mit dem bereitgestellten

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

Parameter

ctx
CGContext

Gibt zurück

Gilt für:

FromContext(EAGLContext, CIContextOptions)

Erstellt eine CIContext basierend auf eaglContext, mit dem angegebenen options.

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

Parameter

eaglContext
EAGLContext

Der Quell-EAGLContext.

options
CIContextOptions

Der gewünschte CIContextOptions.

Gibt zurück

Ein neuer CIContext.

Gilt für:

FromContext(CGContext)

Erstellt einen neuen CIContext aus einem vorhandenen.

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

Parameter

ctx
CGContext

Gibt zurück

Gilt für:

FromContext(EAGLContext)

Erstellt eine neue CIContext aus dem bereitgestellten 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

Parameter

eaglContext
EAGLContext

Gibt zurück

Attribute

Gilt für: