C# Class ManagedWin32.Api.GroupIconDirEntry

Show file Open project: MathewSachin/ManagedWin32

Public Properties

Property Type Description
BitCount short
BytesInRes int
ColorCount byte
Height byte
ID short
Planes short
Reserved byte
Width byte

Public Methods

Method Description
ToIconDirEntry ( int imageOffiset ) : IconDirEntry

Method Details

ToIconDirEntry() public method

public ToIconDirEntry ( int imageOffiset ) : IconDirEntry
imageOffiset int
return IconDirEntry

Property Details

BitCount public property

public short BitCount
return short

BytesInRes public property

public int BytesInRes
return int

ColorCount public property

public byte ColorCount
return byte

Height public property

public byte Height
return byte

ID public property

public short ID
return short

Planes public property

public short Planes
return short

Reserved public property

public byte Reserved
return byte

Width public property

public byte Width
return byte