C# Class FilesBrowser.IconExtractor

Util class to extract icons from files or directories.
Exibir arquivo Open project: zyonee/opencbm Class Usage Examples

Public Methods

Method Description
GetFileIcon ( string fileName, IconSize _iconSize ) : Icon

Gets the icon asotiated with the filename.

Method Details

GetFileIcon() public static method

Gets the icon asotiated with the filename.
public static GetFileIcon ( string fileName, IconSize _iconSize ) : Icon
fileName string
_iconSize IconSize
return System.Drawing.Icon