C# Class Wox.Infrastructure.Image.ImageLoader

Exibir arquivo Open project: Wox-launcher/Wox

Public Methods

Method Description
Load ( string path ) : System.Windows.Media.ImageSource
PreloadImages ( ) : void
Save ( ) : void

Private Methods

Method Description
DestroyIcon ( IntPtr hIcon ) : int
ImageList_GetIcon ( IntPtr himl, int i, uint flags ) : IntPtr
ImageLoader ( ) : System
SHGetFileInfo ( string pszPath, uint dwFileAttributes, SHFILEINFO &psfi, uint cbFileInfo, uint uFlags ) : IntPtr
ShellIcon ( string fileName ) : System.Windows.Media.ImageSource

Method Details

Load() public static method

public static Load ( string path ) : System.Windows.Media.ImageSource
path string
return System.Windows.Media.ImageSource

PreloadImages() public static method

public static PreloadImages ( ) : void
return void

Save() public static method

public static Save ( ) : void
return void