12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Descriptions of the Library Routines 2NOTE. The POLYGON routine described here is a QuickWin routine. If youare trying to use the Microsoft* Platform SDK version of the Polygon routineby including the IFWIN module, you need to specify the routine name asMSFWIN$Polygon. For more information, see "Special Naming Conventionfor Certain QuickWin and Win32 Graphics Routines" in your user’s guide.CompatibilitySTANDARD GRAPHICS QUICKWIN GRAPHICS LIBSee Also: “SETCOLORRGB”, “SETFILLMASK”, “SETLINESTYLE”, “FLOODFILLRGB,FLOODFILLRGB_W”, “GRSTATUS”, “LINETO, LINETO_W”, “RECTANGLE,RECTANGLE_W”, “SETWRITEMODE”Example! Build as a Graphics App.!! Draw a skeletal boxUSE IFQWININTEGER(2) statusTYPE (xycoord) poly(12)! Set up box vertices in order they will be drawn, &! repeating some to avoid unwanted lines across boxpoly(1)%xcoord = 50poly(1)%ycoord = 80poly(2)%xcoord = 85poly(2)%ycoord = 35poly(3)%xcoord = 185poly(3)%ycoord = 35poly(4)%xcoord = 150poly(4)%ycoord = 80poly(5)%xcoord = 50poly(5)%ycoord = 80poly(6)%xcoord = 50poly(6)%ycoord = 180poly(7)%xcoord = 150poly(7)%ycoord = 180poly(8)%xcoord = 1852-255

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!