CIImage.FromLayer Method

Definition

Overloads

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

Parameters

layer
CGLayer
options
NSDictionary

Returns

Attributes

Applies to

FromLayer(CGLayer)

[Foundation.Export("imageWithCGLayer:")]
public static CoreImage.CIImage FromLayer (CoreGraphics.CGLayer layer);
static member FromLayer : CoreGraphics.CGLayer -> CoreImage.CIImage

Parameters

layer
CGLayer

Returns

Attributes

Applies to