C# Class ManagedWin32.Api.IconDirEntry

Show file Open project: MathewSachin/ManagedWin32

Public Properties

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

Public Methods

Method Description
ToGroupIconDirEntry ( int id ) : GroupIconDirEntry

Converts the current NIco.IconDirEntry into NIco.GroupIconDirEntry.

Method Details

ToGroupIconDirEntry() public method

Converts the current NIco.IconDirEntry into NIco.GroupIconDirEntry.
public ToGroupIconDirEntry ( int id ) : GroupIconDirEntry
id int The resource identifier.
return GroupIconDirEntry

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

ImageOffset public property

public int ImageOffset
return int

Planes public property

public short Planes
return short

Reserved public property

public byte Reserved
return byte

Width public property

public byte Width
return byte