TransparentBlt(화면DC, 출력좌표x, 출력좌표y, 넓이, 높이, 메모리DC, 원본좌표x, 원본좌표y, 넓이, 높이, 칼라키);
BOOL TransparentBlt(
HDC hdcDest, // handle to destination DC
int nXOriginDest, // x-coord of destination upper-left corner
int nYOriginDest, // y-coord of destination upper-left corner
int nWidthDest, // width of destination rectangle
int hHeightDest, // height of destination rectangle
HDC hdcSrc, // handle to source DC
int nXOriginSrc, // x-coord of source upper-left corner
int nYOriginSrc, // y-coord of source upper-left corner
int
nWidthSrc, // width of source rectangle <= 1
int nHeightSrc, // height of source rectangle <= 2
UINT crTransparent // color to make transparent
);
'Programming' 카테고리의 다른 글
MALLOC_ARENA_MAX (0) | 2017.04.21 |
---|---|
JDBC MYSQL : addbatch() 를 사용했는데도 commit시 delay 가 있는 경우 (0) | 2016.04.21 |
특정 브라우저에서 라인 바뀌는 경계에 있는 한글의 자모가 분리되는 경우 (0) | 2015.07.03 |
[JSP] XML declaration allowed only at the start of the document (0) | 2015.01.27 |
Frequently used bash commands (0) | 2014.03.31 |
댓글