C# 클래스 AForge.Video.DirectShow.Internals.BitmapInfoHeader

파일 보기 프로젝트 열기: holisticware-admin/MonoVersal.AForgeNET

공개 프로퍼티들

프로퍼티 타입 설명
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