CGImageSource.CreateImage(Int32, CGImageOptions) 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.
Creates a CGImage from this loader.
public CoreGraphics.CGImage CreateImage (int index, ImageIO.CGImageOptions options);
member this.CreateImage : int * ImageIO.CGImageOptions -> CoreGraphics.CGImage
Parameters
- index
- Int32
Index of the image to create.
- options
- CGImageOptions
Image creation options.