CGImageDestination.AddImage 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
| 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
 
- options
 - CGImageDestinationOptions
 
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
 
- options
 - CGImageDestinationOptions