GetThumbnailImage()

Image::GetThumbnailImage(int, int, Image::GetThumbnailImageAbort, IntPtr) 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)

Arguments

ParameterTypeDescription
thumbWidthintA width of thumbnail
thumbHeightintA heigth of thumbnail
callbackImage::GetThumbnailImageAbortIgnored
callbackDataIntPtrIgnored

Return Value

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

See Also