IconInfo Class
Provides information about an
Icon image.
Namespace: KGySoft.DrawingAssembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 7.2.0
[SerializableAttribute]
public sealed class IconInfo
<SerializableAttribute>
Public NotInheritable Class IconInfo
[SerializableAttribute]
public ref class IconInfo sealed
[<SealedAttribute>]
[<SerializableAttribute>]
type IconInfo = class end
- Inheritance
- Object IconInfo
IconInfo | Initializes a new instance of the IconInfo class |
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.
|