VIDEO.SetCOMProperties

Previous  Next

 

status = VIDEO.SetCOMProperties( nControl       AS INTEGER,

                                 nCOM           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 Center Of Mass.   If COM number is set to 0, then the default properties are being set.  If set to -1, then all are set.

 

Example:

 

VIDEO.SetCOMProperties( nControl, 1, 2, 2, RGB( 220, 16, 16 ),_

                       CR_Default, "Arial", 9, MT_Font_Normal, FALSE )