CGImageSource.CreateThumbnail(Int32, CGImageThumbnailOptions) 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 thumbnail from this loader..
public CoreGraphics.CGImage CreateThumbnail (int index, ImageIO.CGImageThumbnailOptions options);
member this.CreateThumbnail : int * ImageIO.CGImageThumbnailOptions -> CoreGraphics.CGImage
Parameters
- index
- Int32
Index of the image to load.
- options
- CGImageThumbnailOptions
Thumbnail image creation options.