C# 클래스 ExifLibrary.TIFFStrip

Represents a strip of compressed image data in a TIFF file.
파일 보기 프로젝트 열기: NathanW2/PhotoMapper

공개 메소드들

메소드 설명
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