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.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>poly(8)%ycoord = 135poly(9)%xcoord = 185poly(9)%ycoord = 35poly(10)%xcoord = 150poly(10)%ycoord = 80poly(11)%xcoord = 150poly(11)%ycoord = 180poly(12)%xcoord = 150poly(12)%ycoord = 80status = SETCOLORRGB(Z’0000FF’)status = POLYGON($GBORDER, poly, INT2(12))ENDPOLYLINEQQGraphics Function: Draws a line between each successive x, y point in a given array. Thisfunction is only available on Windows* systems.Module: USE IFQWINSyntaxresult = POLYLINEQQ (points, cnt)points(Input) An array of DF_POINT objects. The derived type DF_POINT is defined in IFQWIN.F90as:type DF_POINTsequenceinteger(4) xinteger(4) yend type DF_POINTcnt(Input) INTEGER(4). Number of elements in the points array.Results:The result type is INTEGER(4). The result is a nonzero value if successful; otherwise, zero.POLYLINEQQ uses the viewport-coordinate system.2-256

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

Saved successfully!

Ooh no, something went wrong!