다음을 통해 공유


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

반환

특성

적용 대상