CIImage.FromDepthData 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
FromDepthData(AVDepthData, NSDictionary) | |
FromDepthData(AVDepthData) |
FromDepthData(AVDepthData, NSDictionary)
[Foundation.Export("imageWithDepthData:options:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIImage FromDepthData (AVFoundation.AVDepthData data, Foundation.NSDictionary options);
static member FromDepthData : AVFoundation.AVDepthData * Foundation.NSDictionary -> CoreImage.CIImage
Parámetros
- data
- AVDepthData
- options
- NSDictionary
Devoluciones
- Atributos
Se aplica a
FromDepthData(AVDepthData)
[Foundation.Export("imageWithDepthData:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public static CoreImage.CIImage FromDepthData (AVFoundation.AVDepthData data);
static member FromDepthData : AVFoundation.AVDepthData -> CoreImage.CIImage
Parámetros
- data
- AVDepthData
Devoluciones
- Atributos