VIDEO.SetAngleProperties

Previous  Next

 

status = VIDEO.SetAngleProperties( nControl     AS INTEGER,

                                   nAngle       AS INTEGER,

                                   nUnits       AS INTEGER,

                                   nLineWidth   AS INTEGER,

                                   nDec         AS INTEGER,

                                   fgColor      AS INTEGER,

                                   bgColor      AS INTEGER,

                                   strFontName  AS STRING,

                                   nFontSize    AS INTEGER,

                                   nFontWeight  AS INTEGER,

                                   bFontItalic  AS INTEGER ) AS INTEGER

 

 

 

 

Sets the properties of the displayed angles.  If Angle number is set to 0, then the default properties are being set.  If set to -1, then all are set.

 

Example:

 

VIDEO.SetAngleProperties( nControl, 1, MT_Units_Degrees, 2, 2,_

                         RGB( 220, 16, 16 ), CR_Default, "Arial", 9, MT_Font_Bold, FALSE )