C# Class CSharpImageLibrary.Headers.TGA_Header

Reads the header of a Targa (TGA) image.
Inheritance: AbstractHeader
Afficher le fichier Open project: KFreon/CSharpImageLibrary

Private Properties

Свойство Type Description
TargaHeader System

Méthodes publiques

Méthode Description
TGA_Header ( Stream stream ) : System

Reads a TGA header from stream.

Méthodes protégées

Méthode Description
Load ( Stream stream ) : long

Reads the header of a TGA image.

Private Methods

Méthode Description
TargaHeader ( ) : System

Method Details

Load() protected méthode

Reads the header of a TGA image.
protected Load ( Stream stream ) : long
stream Stream Fully formatted TGA image.
Résultat long

TGA_Header() public méthode

Reads a TGA header from stream.
public TGA_Header ( Stream stream ) : System
stream Stream
Résultat System