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++