mDC.Arc(m_rectRectagle,
CPoint(m_rectRectagle.CenterPoint().x, 0),
CPoint(0, m_rectRectagle.CenterPoint().y));
rectRectagle : ARC를 그릴 사각형 크기
CPoint : x 좌표 시작 위치, y 좌표 시작 위치
CPoint : x 좌표 종료 위치, y 좌표 종료 위치
CPoint(m_rectRectagle.CenterPoint().x, 0),
CPoint(0, m_rectRectagle.CenterPoint().y));
rectRectagle : ARC를 그릴 사각형 크기
CPoint : x 좌표 시작 위치, y 좌표 시작 위치
CPoint : x 좌표 종료 위치, y 좌표 종료 위치
'Windows > MFC' 카테고리의 다른 글
CStaticExBitmap (0) | 2013.10.02 |
---|---|
CStaticEx (0) | 2013.10.02 |
CDC::GetTextExtent (문자열폭 알기 text width) (0) | 2013.10.02 |
TEXTMETRIC (문자 높이) (0) | 2013.10.02 |
CImageLoader (0) | 2013.10.02 |