12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

2 Intel <strong>Fortran</strong> <strong>Libraries</strong> <strong>Reference</strong>Syntaxresult = LINETOAREX (loc(fx), loc(fy), loc(tx) loc(ty), loc(C), loc(S), cnt)fx(Input) INTEGER(2). From x viewport coordinate array.fy(Input) INTEGER(2). From y viewport coordinate array.tx(Input) INTEGER(2). To x viewport coordinate array.ty(Input) INTEGER(2). To y viewport coordinate array.C(Input) INTEGER(4). Color array.S(Input) INTEGER(4). Style array.cnt(Input) INTEGER(4). Length of each coordinate array; also the length of the color array and stylearray. All of the arrays should be the same size.Results:The result is of type INTEGER(2). The result is a nonzero value if successful; otherwise, zero.The lines are drawn using the specified graphics colors and line styles, and with the current writemode. The current write mode is set with SETWRITEMODE.If the color has the Z'80000000' bit set, the color is an RGB color; otherwise, the color is a palettecolor.The styles are as follows from wingdi.h:SOLID 0DASH 1 /* ------- */DOT 2 /* ....... */DASHDOT 3 /* _._._._ */DASHDOTDOT 4 /* _.._.._ */NULL 5CompatibilitySTANDARD GRAPHICS QUICKWIN GRAPHICS2-194

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

Saved successfully!

Ooh no, something went wrong!