System::Drawing::Image::GetThumbnailImage 方法

Image::GetThumbnailImage method

获取此 System::Drawing::Image 对象的缩略图。

SharedPtr<Image> System::Drawing::Image::GetThumbnailImage(int thumbWidth, int thumbHeight, Image::GetThumbnailImageAbort callback, IntPtr callbackData)
参数类型描述
thumbWidthint缩略图的宽度
thumbHeightint缩略图的高度
回调Image::GetThumbnailImageAbort已忽略
callbackDataIntPtr已忽略

ReturnValue

System::Drawing::Image 对象的缩略图

另见