C# 클래스 SWICFFITests.BITMAPINFOHEADER

파일 보기 프로젝트 열기: swi-to-yap/swicli

공개 프로퍼티들

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

공개 메소드들

메소드 설명
BITMAPINFOHEADER ( int width, int height, ushort bitCount ) : System

메소드 상세

BITMAPINFOHEADER() 공개 메소드

public BITMAPINFOHEADER ( int width, int height, ushort bitCount ) : System
width int
height int
bitCount ushort
리턴 System

프로퍼티 상세

biBitCount 공개적으로 프로퍼티

public ushort biBitCount
리턴 ushort

biClrImportant 공개적으로 프로퍼티

public uint biClrImportant
리턴 uint

biClrUsed 공개적으로 프로퍼티

public uint biClrUsed
리턴 uint

biCompression 공개적으로 프로퍼티

public BitmapCompressionMode biCompression
리턴 BitmapCompressionMode

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