C# Class ManagedWin32.Api.IconDirEntry

Afficher le fichier Open project: MathewSachin/ManagedWin32

Méthodes publiques

Свойство Type Description
BitCount short
BytesInRes int
ColorCount byte
Height byte
ImageOffset int
Planes short
Reserved byte
Width byte

Méthodes publiques

Méthode Description
ToGroupIconDirEntry ( int id ) : GroupIconDirEntry

Converts the current NIco.IconDirEntry into NIco.GroupIconDirEntry.

Method Details

ToGroupIconDirEntry() public méthode

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

Property Details

BitCount public_oe property

public short BitCount
Résultat short

BytesInRes public_oe property

public int BytesInRes
Résultat int

ColorCount public_oe property

public byte ColorCount
Résultat byte

Height public_oe property

public byte Height
Résultat byte

ImageOffset public_oe property

public int ImageOffset
Résultat int

Planes public_oe property

public short Planes
Résultat short

Reserved public_oe property

public byte Reserved
Résultat byte

Width public_oe property

public byte Width
Résultat byte