Click or drag to resize

SystemImageListGetInstance Method (Int32)

Gets the nearest cached instance for the specified size.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public static SystemImageList GetInstance(
	int pWidth
)

Parameters

pWidth
Type: SystemInt32
The width.

Return Value

Type: SystemImageList
The instance.
See Also