rajji_saini
25th March 2011, 22:40
Hello,
I am trying to implement this following gdi call in Qt.
CDC* m_pDC;
m_pDC->BeginPath();
m_pDC->PolyDraw(points, types, count);
m_pDC->EndPath();
m_pDC->StrokePath();
Need Help in making equivalent calls in Qt.
Regards,
Raj
I am trying to implement this following gdi call in Qt.
CDC* m_pDC;
m_pDC->BeginPath();
m_pDC->PolyDraw(points, types, count);
m_pDC->EndPath();
m_pDC->StrokePath();
Need Help in making equivalent calls in Qt.
Regards,
Raj