SystemIconSize Enumeration

Represents the predefined system icon sizes.

Definition

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 7.2.0
C#
public enum SystemIconSize

Members

Large0 Represents the larger version of an icon. With 100% scale settings (96 DPI) this usually means the 32x32 system icon size.
Small1 Represents the smaller version of an icon. With 100% scale settings (96 DPI) this usually means the 16x16 system icon size.

See Also