CGImageDestination.AddImageAndMetadata 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
| Name | Description |
|---|---|
| AddImageAndMetadata(CGImage, CGImageMetadata, NSDictionary) | |
| AddImageAndMetadata(CGImage, CGImageMetadata, CGImageDestinationOptions) |
AddImageAndMetadata(CGImage, CGImageMetadata, NSDictionary)
public void AddImageAndMetadata(CoreGraphics.CGImage image, ImageIO.CGImageMetadata meta, Foundation.NSDictionary? options);
member this.AddImageAndMetadata : CoreGraphics.CGImage * ImageIO.CGImageMetadata * Foundation.NSDictionary -> unit
Parameters
- image
- CGImage
- meta
- CGImageMetadata
- options
- NSDictionary
Applies to
AddImageAndMetadata(CGImage, CGImageMetadata, CGImageDestinationOptions)
public void AddImageAndMetadata(CoreGraphics.CGImage image, ImageIO.CGImageMetadata meta, ImageIO.CGImageDestinationOptions? options);
member this.AddImageAndMetadata : CoreGraphics.CGImage * ImageIO.CGImageMetadata * ImageIO.CGImageDestinationOptions -> unit
Parameters
- image
- CGImage
- meta
- CGImageMetadata
- options
- CGImageDestinationOptions