C# Class RadioDld.NativeMethods.BITMAPINFO

显示文件 Open project: ribbons/RadioDownloader Class Usage Examples

Public Properties

Property Type Description
biBitCount ushort
biClrImportant uint
biClrUsed uint
biCompression uint
biHeight int
biPlanes ushort
biSize uint
biSizeImage uint
biWidth int
biXPelsPerMeter int
biYPelsPerMeter int
rgbBlue byte
rgbGreen byte
rgbRed byte
rgbReserved byte

Property Details

biBitCount public_oe property

public ushort biBitCount
return ushort

biClrImportant public_oe property

public uint biClrImportant
return uint

biClrUsed public_oe property

public uint biClrUsed
return uint

biCompression public_oe property

public uint biCompression
return uint

biHeight public_oe property

public int biHeight
return int

biPlanes public_oe property

public ushort biPlanes
return ushort

biSize public_oe property

public uint biSize
return uint

biSizeImage public_oe property

public uint biSizeImage
return uint

biWidth public_oe property

public int biWidth
return int

biXPelsPerMeter public_oe property

public int biXPelsPerMeter
return int

biYPelsPerMeter public_oe property

public int biYPelsPerMeter
return int

rgbBlue public_oe property

public byte rgbBlue
return byte

rgbGreen public_oe property

public byte rgbGreen
return byte

rgbRed public_oe property

public byte rgbRed
return byte

rgbReserved public_oe property

public byte rgbReserved
return byte