次の方法で共有


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

戻り値

属性

適用対象