Extract the small or the large icon from a file.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function ExtractIcon ( _
	file As String, _
	large As Boolean _
) As Icon
C#
public static Icon ExtractIcon(
	string file,
	bool large
)

Parameters

file
Type: System..::..String
large
Type: System..::..Boolean

Return Value

See Also