C# Class ExifLibrary.TIFFStrip

Represents a strip of compressed image data in a TIFF file.
Mostrar archivo Open project: NathanW2/PhotoMapper

Public Methods

Method Description
TIFFStrip ( Array data, uint offset, uint length ) : System

Initializes a new instance of the TIFFStrip class.

Method Details

TIFFStrip() public method

Initializes a new instance of the TIFFStrip class.
public TIFFStrip ( Array data, uint offset, uint length ) : System
data Array The byte array to copy strip from.
offset uint The offset to the beginning of strip.
length uint The length of strip.
return System