home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / directanimation / help / da / docsamps / star.txt < prev    next >
Encoding:
Text File  |  1997-09-09  |  174 b   |  6 lines

  1. SetLineColor(255,0,0)
  2. SetLineSTYLE(1,3)
  3. SetFillColor(100,0,100)
  4. SetFillSTYLE(1)
  5. Polygon(11, 40,10, 30,30, 10,30, 26,45, 20,60, 40,50, 60,60, 54,45, 70,30, 50,30, 40,10)
  6.