FreeImageBitmap.GetThumbnailImage Method

FreeImage.NET

FreeImageBitmapGetThumbnailImage Method
Overload List
  Name Description
Public method GetThumbnailImage(Int32, Boolean) Obsolete.
Returns a thumbnail for this FreeImageBitmap, keeping aspect ratio. maxPixelSize defines the maximum width or height of the thumbnail.
Public method GetThumbnailImage(Int32, Int32, ImageGetThumbnailImageAbort, IntPtr)
Returns a thumbnail for this FreeImageBitmap.
Top
See Also