VIDEO.SetNoteProperties

Previous  Next

 

status = VIDEO.SetNoteProperties( nControl      AS INTEGER,

                                  nNote         AS INTEGER,

                                  nLineWidth    AS INTEGER,

                                  nEnds         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 notes.    If Note number is set to 0, then the default properties are being set.  If set to -1, then all are set.

 

Example:

 

VIDEO.SetNoteProperties( nControl, 1, 1, 1, RGB( 128, 255, 128 ),_

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