C# Class System.Resources.ICONDIRENTRY

Show file Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
bColorCount byte
bHeight byte
bReserved byte
bWidth byte
dwBytesInRes System.Int32
dwImageOffset System.Int32
image byte[]
wBitCount System.Int16
wPlanes System.Int16

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

bColorCount public property

public byte bColorCount
return byte

bHeight public property

public byte bHeight
return byte

bReserved public property

public byte bReserved
return byte

bWidth public property

public byte bWidth
return byte

dwBytesInRes public property

public Int32,System dwBytesInRes
return System.Int32

dwImageOffset public property

public Int32,System dwImageOffset
return System.Int32

image public property

public byte[] image
return byte[]

wBitCount public property

public Int16,System wBitCount
return System.Int16

wPlanes public property

public Int16,System wPlanes
return System.Int16