Makes a thumbnail of the current image.
Syntax

[C#]

Image GetThumbnailImage(int width, int height);

[Visual Basic]

Function GetThumbnailImage(width As Integer, height As Integer) As Image
Params
Name Description
width The width of the output image in pixels.
height The height of the output image in pixels.
return The thumbnail image.
Notes

None.

Example

None.