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)
パラメーター説明
thumbWidthintサムネイルの幅
thumbHeightintサムネイルの高さ
コールバックImage::GetThumbnailImageAbort無視されます
callbackDataIntPtr無視されます

ReturnValue

この System::Drawing::Image オブジェクトのサムネイル

参照