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
返回
- 属性