相关文章推荐
int DrawArrowLine(HDC hDC, LPPOINT lpPointStart, LPPOINT lpPointEnd, double nArrowBorderLen, double xAngleInRadians, COLORREF cr){ const double PI = 3.1415926;  double xAngleLine = 0; if (lpPointStart
 
推荐文章