CIImage.FromLayer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- layer
- CGLayer
- options
- NSDictionary
Returns
- Attributes
Applies to
FromLayer(CGLayer)
[Foundation.Export("imageWithCGLayer:")]
public static CoreImage.CIImage FromLayer (CoreGraphics.CGLayer layer);
static member FromLayer : CoreGraphics.CGLayer -> CoreImage.CIImage
Parameters
- layer
- CGLayer
Returns
- Attributes