C# Class cadencii.BITMAPINFOHEADER

Afficher le fichier Open project: cadencii/cadencii Class Usage Examples

Méthodes publiques

Свойство Type Description
biBitCount System.Int16
biClrImportant System.UInt32
biClrUsed System.UInt32
biCompression System.UInt32
biHeight System.Int32
biPlanes System.Int16
biSize System.UInt32
biSizeImage System.UInt32
biWidth System.Int32
biXPelsPerMeter System.Int32
biYPelsPerMeter System.Int32

Méthodes publiques

Méthode Description
Read ( Stream stream ) : BITMAPINFOHEADER
ToString ( ) : string
Write ( BinaryWriter bw ) : void
Write ( Stream s ) : void

Private Methods

Méthode Description
readInt16 ( Stream fs ) : short
readInt32 ( Stream fs ) : int
readUInt16 ( Stream fs ) : ushort
readUInt32 ( Stream fs ) : uint

Method Details

Read() public static méthode

public static Read ( Stream stream ) : BITMAPINFOHEADER
stream Stream
Résultat BITMAPINFOHEADER

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public méthode

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
Résultat void

Write() public méthode

public Write ( Stream s ) : void
s Stream
Résultat void

Property Details

biBitCount public_oe property

public Int16,System biBitCount
Résultat System.Int16

biClrImportant public_oe property

public UInt32,System biClrImportant
Résultat System.UInt32

biClrUsed public_oe property

public UInt32,System biClrUsed
Résultat System.UInt32

biCompression public_oe property

public UInt32,System biCompression
Résultat System.UInt32

biHeight public_oe property

public Int32,System biHeight
Résultat System.Int32

biPlanes public_oe property

public Int16,System biPlanes
Résultat System.Int16

biSize public_oe property

public UInt32,System biSize
Résultat System.UInt32

biSizeImage public_oe property

public UInt32,System biSizeImage
Résultat System.UInt32

biWidth public_oe property

public Int32,System biWidth
Résultat System.Int32

biXPelsPerMeter public_oe property

public Int32,System biXPelsPerMeter
Résultat System.Int32

biYPelsPerMeter public_oe property

public Int32,System biYPelsPerMeter
Résultat System.Int32