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

Datei anzeigen 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_oe property

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

ColorsImportant public_oe property

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

ColorsUsed public_oe 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_oe property

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

Height public_oe property

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

ImageSize public_oe property

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

Planes public_oe property

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

Size public_oe property

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

Width public_oe property

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

XPelsPerMeter public_oe property

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

YPelsPerMeter public_oe property

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