C# Class ManagedWin32.Api.IconDirEntry

显示文件 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_oe property

public short BitCount
return short

BytesInRes public_oe property

public int BytesInRes
return int

ColorCount public_oe property

public byte ColorCount
return byte

Height public_oe property

public byte Height
return byte

ImageOffset public_oe property

public int ImageOffset
return int

Planes public_oe property

public short Planes
return short

Reserved public_oe property

public byte Reserved
return byte

Width public_oe property

public byte Width
return byte