- HOME
- Post in | c/c++/winapi
- Post at | 2012. 8. 2. 14:28 | by 밀크빵.
- View comment
[API] 여러 가지 출력 - 그래픽
COLORREF SetPixel(hdc, nXPos, nYPos, clrref)
DWORD MoveToEx(hdc, x, y, lpPoint)
BOOL LineTo(hdc, xEnd, yEnd)
BOOL Rectangle(hdc, nLeftRect, nTopRect, nRightRect, nBottomRect)
BOOL Ellipse(hdc, nLeftRect, nTopRect, nRightRect, nBottomRect)
'c/c++ > winapi' 카테고리의 다른 글
메시지 박스 최상위로 뜨게 (0) | 2012.11.21 |
---|---|
[WINAPI] 콘솔 창 띄우고 싶을 때 (0) | 2012.10.18 |
[API]OWNERDRAW로 버튼 이미지 바꾸기 (0) | 2012.08.01 |
[API] 슬라이더에서 값 읽어오기 (0) | 2012.07.23 |
[API] 버튼에 이미지 씌우기 (0) | 2012.07.23 |