C# Class System.Resources.ICONDIRENTRY

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

public byte bColorCount
return byte

bHeight public_oe property

public byte bHeight
return byte

bReserved public_oe property

public byte bReserved
return byte

bWidth public_oe property

public byte bWidth
return byte

dwBytesInRes public_oe property

public Int32,System dwBytesInRes
return System.Int32

dwImageOffset public_oe property

public Int32,System dwImageOffset
return System.Int32

image public_oe property

public byte[] image
return byte[]

wBitCount public_oe property

public Int16,System wBitCount
return System.Int16

wPlanes public_oe property

public Int16,System wPlanes
return System.Int16