CGImageSource.CreateThumbnail(Int32, CGImageThumbnailOptions) Method

Definition

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.

Returns

Applies to