C# Class CSharpImageLibrary.Headers.TGA_Header

Reads the header of a Targa (TGA) image.
Inheritance: AbstractHeader
Datei anzeigen Open project: KFreon/CSharpImageLibrary

Private Properties

Property Type Description
TargaHeader System

Public Methods

Method Description
TGA_Header ( Stream stream ) : System

Reads a TGA header from stream.

Protected Methods

Method Description
Load ( Stream stream ) : long

Reads the header of a TGA image.

Private Methods

Method Description
TargaHeader ( ) : System

Method Details

Load() protected method

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

TGA_Header() public method

Reads a TGA header from stream.
public TGA_Header ( Stream stream ) : System
stream Stream
return System