Method | Description | |
---|---|---|
CreateBitmapSourceFromBitmap ( System bitmap ) : System.Windows.Media.Imaging.BitmapSource |
Converts Bitmap to BitmapSource
|
|
ExtractIcon ( string fileName, |
||
GetDefaultIcon ( ) : System.Windows.Media.Imaging.BitmapSource |
Gets the default icon from the resources. If this fails (e.g. the resource is missing or corrupt) the empty icon is returned.
|
|
GetImageFromAssociatedIcon ( string filename ) : System.Windows.Media.ImageSource |
Retrieves the Icon for the file name as an ImageSource
|
|
GetImageFromHIcon ( |
Retrieves the Icon for the Handle provided as an ImageSource.
|
Method | Description | |
---|---|---|
CreateBitmapSourceFromBitmap ( Stream stream ) : System.Windows.Media.Imaging.BitmapSource | ||
GenerateEmptyBitmapSource ( ) : System.Windows.Media.Imaging.BitmapSource |
Creates an empty bitmap source in the size of an Icon.
|
public static CreateBitmapSourceFromBitmap ( System bitmap ) : System.Windows.Media.Imaging.BitmapSource | ||
bitmap | System | |
return | System.Windows.Media.Imaging.BitmapSource |
public static ExtractIcon ( string fileName, |
||
fileName | string | |
HWnd | ||
return |
public static GetDefaultIcon ( ) : System.Windows.Media.Imaging.BitmapSource | ||
return | System.Windows.Media.Imaging.BitmapSource |
public static GetImageFromAssociatedIcon ( string filename ) : System.Windows.Media.ImageSource | ||
filename | string | The filename of the file to query the Icon for. |
return | System.Windows.Media.ImageSource |
public static GetImageFromHIcon ( |
||
hIcon | The icon's handle (HICON). | |
return | System.Windows.Media.ImageSource |