Click or drag to resize

SystemImageListGetInstance(Int32) Method

Gets the nearest cached instance for the specified size.

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

Parameters

pWidth  Int32
The width.

Return Value

SystemImageList
The instance.
See Also