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

Afficher le fichier Open project: holisticware-admin/MonoVersal.AForgeNET

Méthodes publiques

Свойство 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
Résultat short

ColorsImportant public_oe property

Specifies the number of color indices that are considered important for displaying the bitmap.
public int ColorsImportant
Résultat 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
Résultat int

Compression public_oe property

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

Height public_oe property

Specifies the height of the bitmap, in pixels.
public int Height
Résultat int

ImageSize public_oe property

Specifies the size, in bytes, of the image.
public int ImageSize
Résultat int

Planes public_oe property

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

Size public_oe property

Specifies the number of bytes required by the structure.
public int Size
Résultat int

Width public_oe property

Specifies the width of the bitmap.
public int Width
Résultat int

XPelsPerMeter public_oe property

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

YPelsPerMeter public_oe property

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