CIContext.FromContext Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
FromContext(EAGLContext, NSDictionary) |
Erstellt ein neues CIContext aus dem bereitgestellten |
FromContext(CGContext, CIContextOptions) |
Erstellt einen neuen CIContext aus einem vorhandenen, zusammen mit dem bereitgestellten |
FromContext(EAGLContext, CIContextOptions) |
Erstellt eine CIContext basierend auf |
FromContext(CGContext) |
Erstellt einen neuen CIContext aus einem vorhandenen. |
FromContext(EAGLContext) |
Erstellt eine neue CIContext aus dem bereitgestellten |
FromContext(EAGLContext, NSDictionary)
Erstellt ein neues CIContext aus dem bereitgestellten eaglContext
und mithilfe der Optionen, die in dictionary
benannt 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
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
- options
- CIContextOptions
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)
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