System::Drawing::Image::GetThumbnailImage Methode

Image::GetThumbnailImage method

Erstellt ein Miniaturbild für dieses System::Drawing::Image-Objekt.

SharedPtr<Image> System::Drawing::Image::GetThumbnailImage(int thumbWidth, int thumbHeight, Image::GetThumbnailImageAbort callback, IntPtr callbackData)
ParameterTypBeschreibung
thumbWidthintEine Breite des Miniaturbildes
thumbHeightintEine Höhe des Miniaturbildes
RückrufImage::GetThumbnailImageAbortIgnoriert
callbackDataIntPtrIgnoriert

ReturnValue

Ein Miniaturbild für dieses System::Drawing::Image-Objekt

Siehe auch