SetPixel / MoveToEx / LineTo / Rectangle / Ellipse
* COLORREF SetPixel(hdc, nXPos, nYPos, clrref): 위치에 clrref색상의 점 출력
* DWORD MoveToEx(hdc, x, y, lpPoint): 위치로 CP를 이동(도스의 moveTo함수와 동일)
* BOOL LineTo(hdc, xEnd, yEnd): 위치까지 라인 출력
* BOOL Rectangle(hdc, nLeftRect, nTopRect, nRightRect, nBottomRect): 사각형 그리기
* BOOL Ellipse(hdc, nLeftRect, nTopRect, nRightRect, nBottomRect): 내접원 그리기
* DWORD MoveToEx(hdc, x, y, lpPoint): 위치로 CP를 이동(도스의 moveTo함수와 동일)
* BOOL LineTo(hdc, xEnd, yEnd): 위치까지 라인 출력
* BOOL Rectangle(hdc, nLeftRect, nTopRect, nRightRect, nBottomRect): 사각형 그리기
* BOOL Ellipse(hdc, nLeftRect, nTopRect, nRightRect, nBottomRect): 내접원 그리기
댓글
댓글 쓰기