Méthode System::Drawing::Image::GetThumbnailImage
Image::GetThumbnailImage method
Obtient une miniature pour cet objet System::Drawing::Image.
SharedPtr<Image> System::Drawing::Image::GetThumbnailImage(int thumbWidth, int thumbHeight, Image::GetThumbnailImageAbort callback, IntPtr callbackData)
| Paramètre | Type | Description |
|---|---|---|
| thumbWidth | int | Une largeur de miniature |
| thumbHeight | int | Une hauteur de miniature |
| rappel | Image::GetThumbnailImageAbort | Ignoré |
| callbackData | IntPtr | Ignoré |
ReturnValue
Une miniature pour cet objet System::Drawing::Image
Voir aussi
- Typedef SharedPtr
- Class Image
- Typedef GetThumbnailImageAbort
- Class Image
- Namespace System::Drawing
- Library Aspose.Font for C++