共用方式為


CIImage.FromLayer 方法

定義

多載

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

參數

layer
CGLayer
options
NSDictionary

傳回

屬性

適用於

FromLayer(CGLayer)

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

參數

layer
CGLayer

傳回

屬性

適用於