CreateBitmap 함수

출처 : msdn  http://msdn.microsoft.com/ko-kr/library/432f18e2.aspx

BOOL CreateBitmap(
int nWidth,        //생성할 넓이
int nHeight,       //생성할 높이
UINT nPlanes,      //비트맵의 면색
UINT nBitcount,    //비트맵의 픽셀당 색수?!
const void* lpBits //옵션);




Parameters
nWidth

Specifies the width (in pixels) of the bitmap.

nHeight

Specifies the height (in pixels) of the bitmap.

nPlanes

Specifies the number of color planes in the bitmap.

nBitcount

Specifies the number of color bits per display pixel.

lpBits

Points to a short-integer array that contains the initial bitmap bit values. If it is NULL, the new bitmap is left uninitialized.

by 레이야 | 2008/06/23 17:40 | 트랙백 | 덧글(0)

트랙백 주소 : http://Reiya.egloos.com/tb/1810174
☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]

:         :

:

비공개 덧글

◀ 이전 페이지          다음 페이지 ▶