C# Class OpenHardwareMonitor.Utilities.IconFactory.ICONDIRENTRY

Afficher le fichier Open project: pklinef/open-hardware-monitor

Méthodes publiques

Свойство Type Description
BitCount ushort
BytesInRes uint
ColorCount byte
Height byte
ImageOffset uint
Planes ushort
Reserved byte
Width byte

Méthodes publiques

Méthode Description
ICONDIRENTRY ( ICONIMAGE image, int imageOffset ) : System
Write ( BinaryWriter bw ) : void

Method Details

ICONDIRENTRY() public méthode

public ICONDIRENTRY ( ICONIMAGE image, int imageOffset ) : System
image ICONIMAGE
imageOffset int
Résultat System

Write() public méthode

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
Résultat void

Property Details

BitCount public_oe property

public ushort BitCount
Résultat ushort

BytesInRes public_oe property

public uint BytesInRes
Résultat uint

ColorCount public_oe property

public byte ColorCount
Résultat byte

Height public_oe property

public byte Height
Résultat byte

ImageOffset public_oe property

public uint ImageOffset
Résultat uint

Planes public_oe property

public ushort Planes
Résultat ushort

Reserved public_oe property

public byte Reserved
Résultat byte

Width public_oe property

public byte Width
Résultat byte