C# 클래스 CSharpImageLibrary.Headers.BMP_Header

Provides information given by BMP headers.
상속: AbstractHeader
파일 보기 프로젝트 열기: KFreon/CSharpImageLibrary

공개 메소드들

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

Reads header from BMP image.

보호된 메소드들

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

Loads BMP header from stream.

비공개 메소드들

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

메소드 상세

BMP_Header() 공개 메소드

Reads header from BMP image.
public BMP_Header ( Stream stream ) : System
stream Stream Fully formatted BMP image.
리턴 System

Load() 보호된 메소드

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