CGImageDestination.AddImageAndMetadata Method

Definition

Overloads

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
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

Applies to