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