VIDEO.SetStickProperties

Previous  Next

 

status = VIDEO.SetStickProperties( nControl     AS INTEGER,

                                   nStick       AS INTEGER,

                                   Color        AS INTEGER,

                                   nLineWidth   AS INTEGER,

                                   nBefore      AS INTEGER,

                                   nAfter       AS INTEGER ) AS INTEGER

 

 

 

 

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

 

Example:

 

VIDEO.SetStickProperties( nControl, 1, RGB( 100, 100, 255 ), 2, 0, 100 )