Extract the small or the large icon from a file.
Namespace:
Devolutions.UtilsAssembly: 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 ) |