|
VIDEO.SetMarkerProperties |
|
|
status = VIDEO.SetMarkerProperties( nControl AS INTEGER, nPoint AS INTEGER, bAllFrames AS INTEGER, nShape AS INTEGER, nSize AS INTEGER, nLineWidth AS INTEGER, nDec AS INTEGER, nTraceBefore AS INTEGER, nTraceAfter AS INTEGER, fgColor AS INTEGER, bgColor AS INTEGER, traceColor AS INTEGER, strFontName AS STRING, nFontSize AS INTEGER, nFontWeight AS INTEGER, bFontItalic AS INTEGER ) AS INTEGER
Sets the properties of the displayed markers. If point number is set to -1, then all points a being set.
Example:
VIDEO.SetMarkerProperties( nControl, 1, TRUE,_ VIDEO.GetMarkerShape( nControl ),_ 7, 1, 2, -1, -1, CR_Default, CR_Default, CR_Default,_ "Arial", 10, MT_Font_Nold, TRUE )
|