GetThumbnailImage

Image.GetThumbnailImage method

返回一个缩略图Image.

public Image GetThumbnailImage(int thumbWidth, int thumbHeight, GetThumbnailImageAbort callback, 
    IntPtr callbackData)
范围类型描述
thumbWidthInt32请求的缩略图图像的宽度(以像素为单位)。
thumbHeightInt32请求的缩略图图像的高度(以像素为单位)。
callbackGetThumbnailImageAbort一个GetThumbnailImageAbort代表。注意您必须创建一个委托并将对委托的引用作为callback参数,但未使用委托。
callbackDataIntPtr一定是Zero.

返回值

一个Image代表缩略图。

也可以看看