An enum type for the different sizes of the system image list.
TJamImageListSize = ( si_Large = SHIL_LARGE, si_Small = 1, si_ExtraLarge = 2, si_SysSmall = 3, si_Jumbo = 4, si_FreeScaled = 5 );
Members |
Description |
si_Large = SHIL_LARGE |
The image size is 32x32 pixels at 96dpi. |
si_Small = 1 |
The images are the Shell standard small icon size of 16x16 at 96dpi. |
si_ExtraLarge = 2 |
These images are the Shell standard extra-large icon size, which is 48x48 at 96dpi. |
si_SysSmall = 3 |
These images are the size specified by GetSystemMetrics called with SM_CXSMICON |
si_Jumbo = 4 |
The image is 256x256 pixels. |
si_FreeScaled = 5 |
An image list that allows free scaling using TJamSystemImageList.Scale. |