System::Drawing::Image::GetThumbnailImage methode
Image::GetThumbnailImage method
Haalt een miniatuur op voor dit System::Drawing::Image-object.
SharedPtr<Image> System::Drawing::Image::GetThumbnailImage(int thumbWidth, int thumbHeight, Image::GetThumbnailImageAbort callback, IntPtr callbackData)
| Parameter | Type | Beschrijving |
|---|---|---|
| thumbWidth | int | Een breedte van de miniatuur |
| thumbHeight | int | Een hoogte van de miniatuur |
| callback | Image::GetThumbnailImageAbort | Genegeerd |
| callbackData | IntPtr | Genegeerd |
ReturnValue
Een miniatuur voor dit System::Drawing::Image-object
Zie ook
- Typedef SharedPtr
- Class Image
- Typedef GetThumbnailImageAbort
- Class Image
- Namespace System::Drawing
- Library Aspose.Page for C++