CIImage.FromLayer 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
傳回
- 屬性