VIDEO.ScaleDisplay

Previous  Next

 

state = VIDEO.ScaleDisplay( nControl      AS INTEGER,

                            bState        AS INTEGER,

                            nDec          AS INTEGER, 

                            Color         AS INTEGER, 

                            strFontName   AS STRING,

                            nFontSize     AS INTEGER,

                            nFontWeight   AS INTEGER,

                            bFontItalic   AS INTEGER ) AS INTEGER

 

 

 

 

Turns the display of scale numbers in the display on or off. 

 

Example:

 

VIDEO.ScaleDisplay( nControl, TRUE, 2, RGB( 220, 128, 0 ), "Arial", 9 )