CGImageSource.CreateThumbnail(Int32, CGImageThumbnailOptions) 方法

定义

从此加载程序创建 CGImage 缩略图。

public CoreGraphics.CGImage CreateThumbnail (int index, ImageIO.CGImageThumbnailOptions options);
member this.CreateThumbnail : int * ImageIO.CGImageThumbnailOptions -> CoreGraphics.CGImage

参数

index
Int32

要加载的图像的索引。

options
CGImageThumbnailOptions

缩略图图像创建选项。

返回

适用于