CGImageDestination.AddImage Method

Definition

Overloads

AddImage(CGImage, NSDictionary)
AddImage(CGImage, CGImageDestinationOptions)
AddImage(CGImageSource, Int32, NSDictionary)
AddImage(CGImageSource, Int32, CGImageDestinationOptions)

AddImage(CGImage, NSDictionary)

public void AddImage (CoreGraphics.CGImage image, Foundation.NSDictionary properties);
member this.AddImage : CoreGraphics.CGImage * Foundation.NSDictionary -> unit

Parameters

image
CGImage
properties
NSDictionary

Applies to

AddImage(CGImage, CGImageDestinationOptions)

public void AddImage (CoreGraphics.CGImage image, ImageIO.CGImageDestinationOptions options = null);
member this.AddImage : CoreGraphics.CGImage * ImageIO.CGImageDestinationOptions -> unit

Parameters

image
CGImage

Applies to

AddImage(CGImageSource, Int32, NSDictionary)

public void AddImage (ImageIO.CGImageSource source, int index, Foundation.NSDictionary properties);
member this.AddImage : ImageIO.CGImageSource * int * Foundation.NSDictionary -> unit

Parameters

source
CGImageSource
index
Int32
properties
NSDictionary

Applies to

AddImage(CGImageSource, Int32, CGImageDestinationOptions)

public void AddImage (ImageIO.CGImageSource source, int index, ImageIO.CGImageDestinationOptions options = null);
member this.AddImage : ImageIO.CGImageSource * int * ImageIO.CGImageDestinationOptions -> unit

Parameters

source
CGImageSource
index
Int32

Applies to