Image.GetThumbnailImage

Image.GetThumbnailImage method

Returns a thumbnail for this Image.

public Image GetThumbnailImage(int thumbWidth, int thumbHeight, GetThumbnailImageAbort callback, 
    IntPtr callbackData)
ParameterTypeDescription
thumbWidthInt32The width, in pixels, of the requested thumbnail image.
thumbHeightInt32The height, in pixels, of the requested thumbnail image.
callbackGetThumbnailImageAbortA GetThumbnailImageAbort delegate. Note You must create a delegate and pass a reference to the delegate as the callback parameter, but the delegate is not used.
callbackDataIntPtrMust be Zero.

Return Value

An Image that represents the thumbnail.

See Also