CIImage.FromSurface Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
FromSurface(IOSurface, NSDictionary) | |
FromSurface(IOSurface) | |
FromSurface(IOSurface, CIImageInitializationOptions) |
FromSurface(IOSurface, NSDictionary)
[Foundation.Export("imageWithIOSurface:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIImage FromSurface (IOSurface.IOSurface surface, Foundation.NSDictionary options);
static member FromSurface : IOSurface.IOSurface * Foundation.NSDictionary -> CoreImage.CIImage
Parámetros
- surface
- IOSurface
- options
- NSDictionary
Devoluciones
- Atributos
Se aplica a
FromSurface(IOSurface)
[Foundation.Export("imageWithIOSurface:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIImage FromSurface (IOSurface.IOSurface surface);
static member FromSurface : IOSurface.IOSurface -> CoreImage.CIImage
Parámetros
- surface
- IOSurface
Devoluciones
- Atributos
Se aplica a
FromSurface(IOSurface, CIImageInitializationOptions)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIImage FromSurface (IOSurface.IOSurface surface, CoreImage.CIImageInitializationOptions options);
static member FromSurface : IOSurface.IOSurface * CoreImage.CIImageInitializationOptions -> CoreImage.CIImage
Parámetros
- surface
- IOSurface
- options
- CIImageInitializationOptions
Devoluciones
- Atributos