C# 클래스 CSharpImageLibrary.Headers.BMP_Header.BMPDIBHeader

Detailed image header.
파일 보기 프로젝트 열기: KFreon/CSharpImageLibrary

공개 프로퍼티들

프로퍼티 타입 설명
BPP int
CompressionMethod int
Height int
HorizontalResolution int
NumColoursInPalette int
NumImportantColours int
RawImageSize int
VerticalResolution int
Width int

공개 메소드들

메소드 설명
BMPDIBHeader ( byte headerBlock ) : System

Reads the detailed DIB header from a full file-DIB header block.

메소드 상세

BMPDIBHeader() 공개 메소드

Reads the detailed DIB header from a full file-DIB header block.
public BMPDIBHeader ( byte headerBlock ) : System
headerBlock byte
리턴 System

프로퍼티 상세

BPP 공개적으로 프로퍼티

Bits per pixel.
public int BPP
리턴 int

CompressionMethod 공개적으로 프로퍼티

Method of compression.
public int CompressionMethod
리턴 int

Height 공개적으로 프로퍼티

Height of image.
public int Height
리턴 int

HorizontalResolution 공개적으로 프로퍼티

Horizontal resolution. Probably 96 pixels per inch. Filthy Imperial measurements.
public int HorizontalResolution
리턴 int

NumColoursInPalette 공개적으로 프로퍼티

Number of colours in indexed palette.
public int NumColoursInPalette
리턴 int

NumImportantColours 공개적으로 프로퍼티

Number of important colours in palette. Usually ignored cos why put them in there then...
public int NumImportantColours
리턴 int

RawImageSize 공개적으로 프로퍼티

Size of data block.
public int RawImageSize
리턴 int

VerticalResolution 공개적으로 프로퍼티

Vertical resolution. Probably 96 pixels per inch. Filthy Imperial measurements.
public int VerticalResolution
리턴 int

Width 공개적으로 프로퍼티

Width of image.
public int Width
리턴 int