UtilImageExtractIconFromFile Method

Extracts the icon associated for the specified file.

Note: the maximum size of the returned icon only can be 32x32.

Definition

Namespace: DevCase.Core.Media.Graphics
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Icon ExtractIconFromFile(
	string filepath
)

Parameters

filepath  String
The full path to a file.

Return Value

Icon
The resulting icon.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

See Also