C# Class Explore10.SmartThumnailProvider.BITMAPINFOHEADER

Mostra file Open project: ethanhs/Explore10

Public Properties

Property Type Description
biBitCount ushort
biClrImportant uint
biClrUsed uint
biCompression BitmapCompressionMode
biHeight int
biPlanes ushort
biSize uint
biSizeImage uint
biWidth int
biXPelsPerMeter int
biYPelsPerMeter int

Public Methods

Method Description
Init ( ) : void

Method Details

Init() public method

public Init ( ) : void
return void

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 BitmapCompressionMode biCompression
return BitmapCompressionMode

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