C# Класс AForge.Video.DirectShow.Internals.BitmapInfoHeader

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
BitCount short
ColorsImportant int
ColorsUsed int
Compression int
Height int
ImageSize int
Planes short
Size int
Width int
XPelsPerMeter int
YPelsPerMeter int

Описание свойств

BitCount публичное свойство

Specifies the number of bits per pixel.
public short BitCount
Результат short

ColorsImportant публичное свойство

Specifies the number of color indices that are considered important for displaying the bitmap.
public int ColorsImportant
Результат int

ColorsUsed публичное свойство

Specifies the number of color indices in the color table that are actually used by the bitmap.
public int ColorsUsed
Результат int

Compression публичное свойство

If the bitmap is compressed, this member is a FOURCC the specifies the compression.
public int Compression
Результат int

Height публичное свойство

Specifies the height of the bitmap, in pixels.
public int Height
Результат int

ImageSize публичное свойство

Specifies the size, in bytes, of the image.
public int ImageSize
Результат int

Planes публичное свойство

Specifies the number of planes for the target device. This value must be set to 1.
public short Planes
Результат short

Size публичное свойство

Specifies the number of bytes required by the structure.
public int Size
Результат int

Width публичное свойство

Specifies the width of the bitmap.
public int Width
Результат int

XPelsPerMeter публичное свойство

Specifies the horizontal resolution, in pixels per meter, of the target device for the bitmap.
public int XPelsPerMeter
Результат int

YPelsPerMeter публичное свойство

Specifies the vertical resolution, in pixels per meter, of the target device for the bitmap.
public int YPelsPerMeter
Результат int