C# Класс ExifLibrary.TIFFStrip

Represents a strip of compressed image data in a TIFF file.
Показать файл Открыть проект

Открытые методы

Метод Описание
TIFFStrip ( Array data, uint offset, uint length ) : System

Initializes a new instance of the TIFFStrip class.

Описание методов

TIFFStrip() публичный Метод

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.
Результат System