File: gasko.cpp

package info (click to toggle)
yudit 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 18,472 kB
  • sloc: cpp: 76,344; perl: 5,630; makefile: 989; ansic: 823; sh: 441
file content (8 lines) | stat: -rw-r--r-- 210 bytes parent folder | download
1
2
3
4
5
6
7
8
engine->beginImage(0, 0, SString());
engine->newpath();
engine->moveto (3,3);
engine->lineto (3,6);
engine->lineto (6,6);
engine->closepath();
engine->fill(x, y, width, height, pen);
return engine->endImage();