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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| thumbWidth | int | Eine Breite des Miniaturbildes |
| thumbHeight | int | Eine Höhe des Miniaturbildes |
| Rückruf | Image::GetThumbnailImageAbort | Ignoriert |
| callbackData | IntPtr | Ignoriert |
ReturnValue
Ein Miniaturbild für dieses System::Drawing::Image-Objekt
Siehe auch
- Typedef SharedPtr
- Class Image
- Typedef GetThumbnailImageAbort
- Class Image
- Namespace System::Drawing
- Library Aspose.Font for C++