public static Bitmap ExtractIconFromFileOrDirectory(
string itemPath,
IconSizes iconSize
)
public:
static Bitmap^ ExtractIconFromFileOrDirectory(
String^ itemPath,
IconSizes iconSize
)
static member ExtractIconFromFileOrDirectory :
itemPath : string *
iconSize : IconSizes -> Bitmap
No code example is currently available or this language may not be supported.
[Missing <param name="iconSize"/> documentation for "M:DevCase.Core.Media.Graphics.UtilImage.ExtractIconFromFileOrDirectory(System.String,DevCase.Core.Media.Graphics.IconSizes)"]
No code example is currently available or this language may not be supported.
Dim path As String = "C:\Windows"
Dim bmp As Bitmap = ExtractIconFromFileOrDirectory(path)
PictureBox1.BackgroundImage = bmp
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.