SystemImageListGetInstance(Int32) Method |
Gets the nearest cached instance for the specified size.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic static SystemImageList GetInstance(
int pWidth
)
Public Shared Function GetInstance (
pWidth As Integer
) As SystemImageList
public:
static SystemImageList^ GetInstance(
int pWidth
)
static member GetInstance :
pWidth : int -> SystemImageList Parameters
- pWidth Int32
- The width.
Return Value
SystemImageListThe instance.
See Also