UtilImageExtractIconFromExecutableFile(String, Int32, Int32) Method

Extracts a icon stored in the specified executable, dll or icon file.

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 ExtractIconFromExecutableFile(
	string filepath,
	int iconIndex,
	int iconSize
)

Parameters

filepath  String
The source filepath.
iconIndex  Int32
The index of the icon to be extracted.
iconSize  Int32
The icon size, in pixels.

Return Value

Icon

[Missing <returns> documentation for "M:DevCase.Core.Media.Graphics.UtilImage.ExtractIconFromExecutableFile(System.String,System.Int32,System.Int32)"]

Example

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

See Also