![]() |
|
SystemIconSize Enumeration | KGy SOFT Drawing Libraries Help |
Represents the predefined system icon sizes.
Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 4.6.0
Syntax
public enum SystemIconSize
Public Enumeration SystemIconSize
public enum class SystemIconSize
type SystemIconSize
Members
Member name | Value | Description | |
---|---|---|---|
Large | 0 | Represents the larger version of an icon. With 100% scale settings (96 DPI) this usually means the 32x32 system icon size. | |
Small | 1 | Represents the smaller version of an icon. With 100% scale settings (96 DPI) this usually means the 16x16 system icon size. |
See Also