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.Page for C++