C# Class OpenHardwareMonitor.Utilities.IconFactory.ICONDIRENTRY

Exibir arquivo Open project: pklinef/open-hardware-monitor

Public Properties

Property Type Description
BitCount ushort
BytesInRes uint
ColorCount byte
Height byte
ImageOffset uint
Planes ushort
Reserved byte
Width byte

Public Methods

Method Description
ICONDIRENTRY ( ICONIMAGE image, int imageOffset ) : System
Write ( BinaryWriter bw ) : void

Method Details

ICONDIRENTRY() public method

public ICONDIRENTRY ( ICONIMAGE image, int imageOffset ) : System
image ICONIMAGE
imageOffset int
return System

Write() public method

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
return void

Property Details

BitCount public_oe property

public ushort BitCount
return ushort

BytesInRes public_oe property

public uint BytesInRes
return uint

ColorCount public_oe property

public byte ColorCount
return byte

Height public_oe property

public byte Height
return byte

ImageOffset public_oe property

public uint ImageOffset
return uint

Planes public_oe property

public ushort Planes
return ushort

Reserved public_oe property

public byte Reserved
return byte

Width public_oe property

public byte Width
return byte