Image.GetThumbnailImage
Image.GetThumbnailImage method
Returns a thumbnail for this Image.
public Image GetThumbnailImage(int thumbWidth, int thumbHeight, GetThumbnailImageAbort callback,
IntPtr callbackData)
Parameter | Type | Description |
---|---|---|
thumbWidth | Int32 | The width, in pixels, of the requested thumbnail image. |
thumbHeight | Int32 | The height, in pixels, of the requested thumbnail image. |
callback | GetThumbnailImageAbort | A 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. |
callbackData | IntPtr | Must be Zero. |
Return Value
An Image that represents the thumbnail.
See Also
- delegate GetThumbnailImageAbort
- class Image
- namespace System.Drawing
- assembly Aspose.Drawing