[To be supplied.]
[Visual Basic] Public Function GetThumbnailImage( _ ByVal thumbWidth As Integer, _ ByVal thumbHeight As Integer, _ ByVal callback As Image.GetThumbnailImageAbort, _ ByVal callbackData As Integer _ ) As Image [C#] public Image GetThumbnailImage( int thumbWidth, int thumbHeight, Image.GetThumbnailImageAbort callback, int callbackData ); [C++] public: Image* GetThumbnailImage( int thumbWidth, int thumbHeight, Image.GetThumbnailImageAbort* callback, int callbackData ); [JScript] public function GetThumbnailImage( thumbWidth : int, thumbHeight : int, callback : Image.GetThumbnailImageAbort, callbackData : int ) : Image;