System::Drawing::Image::GetThumbnailImage 方法
Image::GetThumbnailImage method
获取此 System::Drawing::Image 对象的缩略图。
SharedPtr<Image> System::Drawing::Image::GetThumbnailImage(int thumbWidth, int thumbHeight, Image::GetThumbnailImageAbort callback, IntPtr callbackData)
| 参数 | 类型 | 描述 |
|---|---|---|
| thumbWidth | int | 缩略图的宽度 |
| thumbHeight | int | 缩略图的高度 |
| 回调 | Image::GetThumbnailImageAbort | 已忽略 |
| callbackData | IntPtr | 已忽略 |
ReturnValue
此 System::Drawing::Image 对象的缩略图
另见
- Typedef SharedPtr
- Class Image
- Typedef GetThumbnailImageAbort
- Class Image
- Namespace System::Drawing
- Library Aspose.Font for C++