FreeImageBitmap.GetThumbnailImage Method (Int32, Int32, Image.GetThumbnailImageAbort, IntPtr)

FreeImage.NET

FreeImageBitmapGetThumbnailImage Method (Int32, Int32, ImageGetThumbnailImageAbort, IntPtr)
Returns a thumbnail for this FreeImageBitmap.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public FreeImageBitmap GetThumbnailImage(
	int thumbWidth,
	int thumbHeight,
	ImageGetThumbnailImageAbort callback,
	IntPtr callBackData
)

Parameters

thumbWidth
Type: SystemInt32
The width, in pixels, of the requested thumbnail image.
thumbHeight
Type: SystemInt32
The height, in pixels, of the requested thumbnail image.
callback
Type: System.DrawingImageGetThumbnailImageAbort
Ignored.
callBackData
Type: SystemIntPtr
Ignored.

Return Value

Type: FreeImageBitmap
A FreeImageBitmap that represents the thumbnail.
See Also