C# 클래스 cadencii.BITMAPINFOHEADER

파일 보기 프로젝트 열기: cadencii/cadencii 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
biBitCount System.Int16
biClrImportant System.UInt32
biClrUsed System.UInt32
biCompression System.UInt32
biHeight System.Int32
biPlanes System.Int16
biSize System.UInt32
biSizeImage System.UInt32
biWidth System.Int32
biXPelsPerMeter System.Int32
biYPelsPerMeter System.Int32

공개 메소드들

메소드 설명
Read ( Stream stream ) : BITMAPINFOHEADER
ToString ( ) : string
Write ( BinaryWriter bw ) : void
Write ( Stream s ) : void

비공개 메소드들

메소드 설명
readInt16 ( Stream fs ) : short
readInt32 ( Stream fs ) : int
readUInt16 ( Stream fs ) : ushort
readUInt32 ( Stream fs ) : uint

메소드 상세

Read() 공개 정적인 메소드

public static Read ( Stream stream ) : BITMAPINFOHEADER
stream Stream
리턴 BITMAPINFOHEADER

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( BinaryWriter bw ) : void
bw System.IO.BinaryWriter
리턴 void

Write() 공개 메소드

public Write ( Stream s ) : void
s Stream
리턴 void

프로퍼티 상세

biBitCount 공개적으로 프로퍼티

public Int16,System biBitCount
리턴 System.Int16

biClrImportant 공개적으로 프로퍼티

public UInt32,System biClrImportant
리턴 System.UInt32

biClrUsed 공개적으로 프로퍼티

public UInt32,System biClrUsed
리턴 System.UInt32

biCompression 공개적으로 프로퍼티

public UInt32,System biCompression
리턴 System.UInt32

biHeight 공개적으로 프로퍼티

public Int32,System biHeight
리턴 System.Int32

biPlanes 공개적으로 프로퍼티

public Int16,System biPlanes
리턴 System.Int16

biSize 공개적으로 프로퍼티

public UInt32,System biSize
리턴 System.UInt32

biSizeImage 공개적으로 프로퍼티

public UInt32,System biSizeImage
리턴 System.UInt32

biWidth 공개적으로 프로퍼티

public Int32,System biWidth
리턴 System.Int32

biXPelsPerMeter 공개적으로 프로퍼티

public Int32,System biXPelsPerMeter
리턴 System.Int32

biYPelsPerMeter 공개적으로 프로퍼티

public Int32,System biYPelsPerMeter
리턴 System.Int32