System::Drawing::Image::GetThumbnailImage method
Image::GetThumbnailImage method
Gets a thumbnail for this System::Drawing::Image object.
SharedPtr<Image> System::Drawing::Image::GetThumbnailImage(int thumbWidth, int thumbHeight, Image::GetThumbnailImageAbort callback, IntPtr callbackData)
| Parameter | Type | Description | 
|---|---|---|
| thumbWidth | int | A width of thumbnail | 
| thumbHeight | int | A heigth of thumbnail | 
| callback | Image::GetThumbnailImageAbort | Ignored | 
| callbackData | IntPtr | Ignored | 
ReturnValue
A thumbnail for this System::Drawing::Image object
See Also
- Typedef SharedPtr
- Class Image
- Typedef GetThumbnailImageAbort
- Class Image
- Namespace System::Drawing
- Library Aspose.PDF for C++