Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 3/22/2024
Public
Document Table of Contents

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.)

See Also