System::Drawing::Image::GetThumbnailImage metod

Image::GetThumbnailImage method

Hämtar en miniatyrbild för detta System::Drawing::Image‑objekt.

SharedPtr<Image> System::Drawing::Image::GetThumbnailImage(int thumbWidth, int thumbHeight, Image::GetThumbnailImageAbort callback, IntPtr callbackData)
ParameterTypBeskrivning
thumbWidthintBredden på miniatyrbilden
thumbHeightintHöjden på miniatyrbilden
callbackImage::GetThumbnailImageAbortIgnorerad
callbackDataIntPtrIgnorerad

ReturnValue

En miniatyr för detta System::Drawing::Image objekt

Se även