Creates a thumbnail.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static Image CreateThumbnail(
	string filePath,
	ImageFormatterEventArgs e
)
Visual Basic
Public Shared Function CreateThumbnail ( 
	filePath As String,
	e As ImageFormatterEventArgs
) As Image
Visual C++
public:
static Image^ CreateThumbnail(
	String^ filePath, 
	ImageFormatterEventArgs^ e
)
F#
static member CreateThumbnail : 
        filePath : string * 
        e : ImageFormatterEventArgs -> Image 

Parameters

filePath
Type: System..::..String
Complete image file system path.
e
Type: MonoSoftware.Core.Drawing..::..ImageFormatterEventArgs
Formatting parameters.

Return Value

Type: Image
Image thumbnail.

See Also