git-svn-id: svn://ultimatepp.org/upp/trunk@6070 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-05-14 19:04:47 +00:00
parent 18a4bae476
commit 6c8414fc76

View file

@ -75,7 +75,7 @@ void MyApp::Paint(Draw& w)
r.Line(Point(700, 400));
r.Fill();
*/
DLOG("---------------");
#if 1
w.DrawRect(p.x, p.y, 1, 1, White());
r.color = LtRed();
r.Width(width);
@ -86,6 +86,12 @@ void MyApp::Paint(Draw& w)
r.Line(Point(sz.cx / 2, 300));
// r.color = LtGreen();
r.Close();
#endif
r.color = LtRed();
r.Width(2);
r.Move(Point(800, 100));
r.Line(Point(800, 200));
w.DrawRect(p0.x, p0.y, 1, 1, White());
w.DrawRect(700, 400, 1, 1, White());