IconInfo Class

Provides information about an Icon image.

Definition

Namespace: KGySoft.Drawing
Assembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 7.2.0
C#
[SerializableAttribute]
public sealed class IconInfo
Inheritance
Object    IconInfo

Constructors

IconInfoInitializes a new instance of the IconInfo class

Properties

BitsPerPixel Gets the bits per pixel (BPP) value of the icon image.
IsCompressed Gets whether the icon image is compressed.
Palette Gets the palette of the icon image, or , if it has no palette.
Size Gets the size of the icon image.

See Also