System::Drawing::Image::GetThumbnailImage metodo
Image::GetThumbnailImage method
Ottiene una miniatura per questo oggetto System::Drawing::Image.
SharedPtr<Image> System::Drawing::Image::GetThumbnailImage(int thumbWidth, int thumbHeight, Image::GetThumbnailImageAbort callback, IntPtr callbackData)
| Parametro | Tipo | Descrizione |
|---|---|---|
| thumbWidth | int | Una larghezza della miniatura |
| thumbHeight | int | Un’altezza della miniatura |
| callback | Image::GetThumbnailImageAbort | Ignorato |
| callbackData | IntPtr | Ignorato |
ReturnValue
Una miniatura per questo oggetto System::Drawing::Image
Vedi anche
- Typedef SharedPtr
- Class Image
- Typedef GetThumbnailImageAbort
- Class Image
- Namespace System::Drawing
- Library Aspose.Font for C++