C# 클래스 Win32.BITMAPINFOHEADER

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

공개 프로퍼티들

프로퍼티 타입 설명
biBitCount ushort
biClrImportant uint
biClrUsed uint
biCompression BitmapCompression
biHeight int
biPlanes ushort
biSize uint
biSizeImage uint
biWidth int
biXPelsPerMeter int
biYPelsPerMeter int

공개 메소드들

메소드 설명
Init ( ) : void

메소드 상세

Init() 공개 메소드

public Init ( ) : void
리턴 void

프로퍼티 상세

biBitCount 공개적으로 프로퍼티

public ushort biBitCount
리턴 ushort

biClrImportant 공개적으로 프로퍼티

public uint biClrImportant
리턴 uint

biClrUsed 공개적으로 프로퍼티

public uint biClrUsed
리턴 uint

biCompression 공개적으로 프로퍼티

public BitmapCompression biCompression
리턴 BitmapCompression

biHeight 공개적으로 프로퍼티

public int biHeight
리턴 int

biPlanes 공개적으로 프로퍼티

public ushort biPlanes
리턴 ushort

biSize 공개적으로 프로퍼티

public uint biSize
리턴 uint

biSizeImage 공개적으로 프로퍼티

public uint biSizeImage
리턴 uint

biWidth 공개적으로 프로퍼티

public int biWidth
리턴 int

biXPelsPerMeter 공개적으로 프로퍼티

public int biXPelsPerMeter
리턴 int

biYPelsPerMeter 공개적으로 프로퍼티

public int biYPelsPerMeter
리턴 int