C# Class FilesBrowser.IconExtractor

Util class to extract icons from files or directories.
Afficher le fichier Open project: zyonee/opencbm Class Usage Examples

Méthodes publiques

Méthode Description
GetFileIcon ( string fileName, IconSize _iconSize ) : Icon

Gets the icon asotiated with the filename.

Method Details

GetFileIcon() public static méthode

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