home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Demo / AutoFX / PGE6_Demo_Setup.exe / Main / Rectangle.iqu < prev    next >
Encoding:
Text File  |  2003-11-10  |  120 b   |  12 lines

  1. IQUI "Rectangle" Version(1.0)
  2. FxStreamingPolygon
  3. {
  4.     Points
  5.     {
  6.         (0,0),
  7.         (1,0),
  8.         (1,0.6),
  9.         (0,0.6)
  10.     }
  11. }
  12. END