C# Class AForge.Video.DirectShow.Internals.BitmapInfoHeader

Show file Open project: holisticware-admin/MonoVersal.AForgeNET

Public Properties

Property Type Description
BitCount short
ColorsImportant int
ColorsUsed int
Compression int
Height int
ImageSize int
Planes short
Size int
Width int
XPelsPerMeter int
YPelsPerMeter int

Property Details

BitCount public property

Specifies the number of bits per pixel.
public short BitCount
return short

ColorsImportant public property

Specifies the number of color indices that are considered important for displaying the bitmap.
public int ColorsImportant
return int

ColorsUsed public property

Specifies the number of color indices in the color table that are actually used by the bitmap.
public int ColorsUsed
return int

Compression public property

If the bitmap is compressed, this member is a FOURCC the specifies the compression.
public int Compression
return int

Height public property

Specifies the height of the bitmap, in pixels.
public int Height
return int

ImageSize public property

Specifies the size, in bytes, of the image.
public int ImageSize
return int

Planes public property

Specifies the number of planes for the target device. This value must be set to 1.
public short Planes
return short

Size public property

Specifies the number of bytes required by the structure.
public int Size
return int

Width public property

Specifies the width of the bitmap.
public int Width
return int

XPelsPerMeter public property

Specifies the horizontal resolution, in pixels per meter, of the target device for the bitmap.
public int XPelsPerMeter
return int

YPelsPerMeter public property

Specifies the vertical resolution, in pixels per meter, of the target device for the bitmap.
public int YPelsPerMeter
return int