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>Library routineSETFILETIMEQQSLEEPQQSORTQQSPLITPATHQQSYSTEMQQUNPACKTIMEQQErrors producedERR$NOMEM, ERR$ACCES, ERR$INVAL, ERR$MFILE, ERR$NOENTno errorERR$INVALERR$NOMEM, ERR$INVALERR$NOMEM, ERR$2BIG, ERR$NOENT, ERR$NOEXECno errorCompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS DLL LIBGETLINESTYLEGraphics Function: Returns the current graphics line style. This function is only available onWindows* systems.Module: USE IFQWINSyntaxresult = GETLINESTYLE ( )Results:The result type is INTEGER(2). The result is the current line style.GETLINESTYLE retrieves the mask (line style) used for line drawing. The mask is a 16-bitnumber, where each bit represents a pixel in the line being drawn.If a bit is 1, the corresponding pixel is colored according to the current graphics color and logicalwrite mode; if a bit is 0, the corresponding pixel is left unchanged. The mask is repeated for theentire length of the line. The default mask is Z'FFFF' (a solid line). A dashed line can berepresented by Z'FF00' (long dashes) or Z'F0F0' (short dashes).The line style is set with SETLINESTYLE. The current graphics color is set withSETCOLORRGB or SETCOLOR. SETWRITEMODE affects how the line is displayed.The line style retrieved by GETLINESTYLE affects the drawing of straight lines as in LINETO,POLYGON and RECTANGLE, but not the drawing of curved lines as in ARC, ELLIPSE or PIE.CompatibilitySTANDARD GRAPHICS QUICKWIN GRAPHICS LIBSee Also: “LINETO, LINETO_W”, “POLYGON, POLYGON_W”, “RECTANGLE,RECTANGLE_W”, “SETCOLORRGB”, “SETFILLMASK”, “SETLINESTYLE”,“SETWRITEMODE”2-132

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

Saved successfully!

Ooh no, something went wrong!