Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-17A5C640-903A-4AC8-9980-ACBE49B34434
Visible to Intel only — GUID: GUID-17A5C640-903A-4AC8-9980-ACBE49B34434
GETLINEWIDTHQQ
Graphics Function: Gets the current line width or the line width set by the last call to SETLINEWIDTHQQ. This routine is only available for Windows.
Module
USE IFQWIN
result = GETLINEWIDTHQQ( )
Results
The result is of type INTEGER(4). It contains the current width of the line in pixels.
If there is no call to SETLINEWIDTHQQ in the program (or on that particular graphics window), it returns 1. (The default width of a line drawn by any graphics routine is 1 pixel.)