CIImage.FromLayer 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
FromLayer(CGLayer, NSDictionary) | |
FromLayer(CGLayer) |
FromLayer(CGLayer, NSDictionary)
[Foundation.Export("imageWithCGLayer:options:")]
public static CoreImage.CIImage FromLayer (CoreGraphics.CGLayer layer, Foundation.NSDictionary options);
static member FromLayer : CoreGraphics.CGLayer * Foundation.NSDictionary -> CoreImage.CIImage
Parámetros
- layer
- CGLayer
- options
- NSDictionary
Devoluciones
- Atributos
Se aplica a
FromLayer(CGLayer)
[Foundation.Export("imageWithCGLayer:")]
public static CoreImage.CIImage FromLayer (CoreGraphics.CGLayer layer);
static member FromLayer : CoreGraphics.CGLayer -> CoreImage.CIImage
Parámetros
- layer
- CGLayer
Devoluciones
- Atributos