System::Drawing::Image::GetThumbnailImage method

Image::GetThumbnailImage method

Gets a thumbnail for this System::Drawing::Image object.

SharedPtr<Image> System::Drawing::Image::GetThumbnailImage(int thumbWidth, int thumbHeight, Image::GetThumbnailImageAbort callback, IntPtr callbackData)
ParameterTypeDescription
thumbWidthintA width of thumbnail
thumbHeightintA heigth of thumbnail
callbackImage::GetThumbnailImageAbortIgnored
callbackDataIntPtrIgnored

ReturnValue

A thumbnail for this System::Drawing::Image object

See Also