C# 클래스 CSharpImageLibrary.Headers.TIFF_Header

Information about a TIFF image.
상속: AbstractHeader
파일 보기 프로젝트 열기: KFreon/CSharpImageLibrary

공개 메소드들

메소드 설명
TIFF_Header ( Stream stream ) : System

Creates TIFF Header from stream containing, at least, a TIFF header.

보호된 메소드들

메소드 설명
Load ( Stream stream ) : long

Loads TIFF header from stream.

비공개 메소드들

메소드 설명
CheckIdentifier ( byte IDBlock ) : bool

메소드 상세

Load() 보호된 메소드

Loads TIFF header from stream.
protected Load ( Stream stream ) : long
stream Stream Fully formatted TIFF image.
리턴 long

TIFF_Header() 공개 메소드

Creates TIFF Header from stream containing, at least, a TIFF header.
public TIFF_Header ( Stream stream ) : System
stream Stream
리턴 System