mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
tutorial: Draw01 fix
git-svn-id: svn://ultimatepp.org/upp/trunk@1443 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
29649cf062
commit
e939fef74f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ struct MyApp : TopWindow {
|
||||||
p.Clear();
|
p.Clear();
|
||||||
p << Point(330, 110) << Point(360, 180) << Point(310, 150) << Point(370, 120)
|
p << Point(330, 110) << Point(360, 180) << Point(310, 150) << Point(370, 120)
|
||||||
<< Point(330, 110);
|
<< Point(330, 110);
|
||||||
w.DrawPolygon(p, Cyan, 5, Magenta, INT64(0xaa55aa55aa55aa55ULL));
|
w.DrawPolygon(p, Cyan, 5, Magenta, I64(0xaa55aa55aa55aa55));
|
||||||
|
|
||||||
w.DrawImage(40, 240, CtrlImg::save());
|
w.DrawImage(40, 240, CtrlImg::save());
|
||||||
w.DrawImage(110, 210, 80, 80, CtrlImg::save());
|
w.DrawImage(110, 210, 80, 80, CtrlImg::save());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue