C# Class cadencii.apputil.IconInfoHeader

Show file Open project: cadencii/cadencii Class Usage Examples

Public Properties

Property Type Description
ColorCount byte
Height byte
Reserved1 byte
Reserved2 ushort
Reserved3 ushort
Width byte
icoDIBOffset uint
icoDIBSize uint

Public Methods

Method Description
Read ( Stream stream ) : IconInfoHeader
ToString ( ) : string
Write ( Stream stream ) : void

Method Details

Read() public static method

public static Read ( Stream stream ) : IconInfoHeader
stream Stream
return IconInfoHeader

ToString() public method

public ToString ( ) : string
return string

Write() public method

public Write ( Stream stream ) : void
stream Stream
return void

Property Details

ColorCount public property

public byte ColorCount
return byte

Height public property

public byte Height
return byte

Reserved1 public property

public byte Reserved1
return byte

Reserved2 public property

public ushort Reserved2
return ushort

Reserved3 public property

public ushort Reserved3
return ushort

Width public property

public byte Width
return byte

icoDIBOffset public property

public uint icoDIBOffset
return uint

icoDIBSize public property

public uint icoDIBSize
return uint