Compartir a través de


CIImage.FromLayer Método

Definición

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

Se aplica a