C# Class CSharpImageLibrary.Headers.BMP_Header

Provides information given by BMP headers.
Inheritance: AbstractHeader
Datei anzeigen Open project: KFreon/CSharpImageLibrary

Public Methods

Method Description
BMP_Header ( Stream stream ) : System

Reads header from BMP image.

Protected Methods

Method Description
Load ( Stream stream ) : long

Loads BMP header from stream.

Private Methods

Method Description
CheckIdentifier ( byte IDBlock ) : bool

Method Details

BMP_Header() public method

Reads header from BMP image.
public BMP_Header ( Stream stream ) : System
stream Stream Fully formatted BMP image.
return System

Load() protected method

Loads BMP header from stream.
protected Load ( Stream stream ) : long
stream Stream Fully formatted BMP image.
return long