C# 클래스 CSharpImageLibrary.Headers.PNG_Header

Contains information about a PNG file header.
상속: AbstractHeader
파일 보기 프로젝트 열기: KFreon/CSharpImageLibrary

공개 프로퍼티들

프로퍼티 타입 설명
Identifier string

공개 메소드들

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

Reads the header from a PNG image.

보호된 메소드들

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

Loads PNG header from stream.

비공개 메소드들

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

메소드 상세

Load() 보호된 메소드

Loads PNG header from stream.
protected Load ( Stream stream ) : long
stream Stream Fully formatted header stream. Position not relevant, but not reset.
리턴 long

PNG_Header() 공개 메소드

Reads the header from a PNG image.
public PNG_Header ( Stream stream ) : System
stream Stream Fully formatted PNG image.
리턴 System

프로퍼티 상세

Identifier 공개적으로 정적으로 프로퍼티

Characters beginning the file marking it as a GIF image.
public static string Identifier
리턴 string