طريقة 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)
| Parameter | Type | الوصف |
|---|---|---|
| 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.Page for C++