C# Class AvCapWPF.BitmapInfoHeader

Datei anzeigen Open project: evilmachina/theMachine

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

public short BitCount
return short

ColorsImportant public_oe property

public int ColorsImportant
return int

ColorsUsed public_oe property

public int ColorsUsed
return int

Compression public_oe property

public int Compression
return int

Height public_oe property

public int Height
return int

ImageSize public_oe property

public int ImageSize
return int

Planes public_oe property

public short Planes
return short

Size public_oe property

public int Size
return int

Width public_oe property

public int Width
return int

XPelsPerMeter public_oe property

public int XPelsPerMeter
return int

YPelsPerMeter public_oe property

public int YPelsPerMeter
return int