Q&A

  • BitBlt 함수에 대하여..
안녕하세요?



BitBlt 함수를 사용하려구 하는데..



예제같은게 있기는 한데요.. 사용방법을 몰라서요..





도움말을 보았으나 영어를 몰라서..



BOOL BitBlt(



HDC hdcDest, // handle to destination device context

int nXDest, // x-coordinate of destination rectangle's upper-left corner

int nYDest, // y-coordinate of destination rectangle's upper-left corner

int nWidth, // width of destination rectangle

int nHeight, // height of destination rectangle

HDC hdcSrc, // handle to source device context

int nXSrc, // x-coordinate of source rectangle's upper-left corner

int nYSrc, // y-coordinate of source rectangle's upper-left corner

DWORD dwRop // raster operation code

);



이 내용이 뭔지 알고 싶어요..





0  COMMENTS