C# Class CSharpImageLibrary.Headers.BMP_Header

Provides information given by BMP headers.
Inheritance: AbstractHeader
Afficher le fichier Open project: KFreon/CSharpImageLibrary

Méthodes publiques

Méthode Description
BMP_Header ( Stream stream ) : System

Reads header from BMP image.

Méthodes protégées

Méthode Description
Load ( Stream stream ) : long

Loads BMP header from stream.

Private Methods

Méthode Description
CheckIdentifier ( byte IDBlock ) : bool

Method Details

BMP_Header() public méthode

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

Load() protected méthode

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