インテル® Fortran コンパイラー 14.0 ユーザー・リファレンス・ガイド

GETWRITEMODE (W*S)

Graphics Function: Returns the current logical write mode, which is used when drawing lines with the LINETO, POLYGON, and RECTANGLE functions.

モジュール

USE IFQWIN

result = GETWRITEMODE( )

結果

The result type is INTEGER(2). The result is the current write mode. Possible return values are:

The default value is $GPSET. These constants are defined in IFQWIN.F90.

The write mode is set with SETWRITEMODE.

! Build as QuickWin or Standard Graphics App.
   USE IFQWIN
   INTEGER(2) mode
   mode = GETWRITEMODE()
   END

関連情報


このヘルプトピックについてのフィードバックを送信