B
weicher schrieb:
Hallo,
versuch mal folgendes:
void CLineTest1View::OnDraw(CDC* pDC)
{
// x1 y1 x2 y2
CRect rect (50, 50, 200, 200);
// x3 y3
pDC->RoundRect (rect, CPoint (10, 10);
}
oder:
void ClineTest1View::OnDraw (CDC* pDC)
{
// x1 y1 x2 y2 x3 y3
pDC->RoundRect (50, 50, 200, 200, 10, 10);
}
Ich habe es selber nicht ausprobiert.
Herzliche Grüsse
Walter
ok habs feritg dane für die hilfe