VIDEO.SetProjPointsProperties

Previous  Next

 

status = VIDEO.SetProjPointsProperties( nControl      AS INTEGER,

                                        nProjPoint    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 properties of the projected points tool.    If Projected Point number is set to 0, then the default properties are being set.  If set to -1, then all are set.

 

Example:

 

VIDEO.SetProjPointsProperties( nControl, 1, 2,_

                              RGB( 255, 128, 0 ), RGB( 255, 255, 255 ),_

                              "Arial", 9, MT_Font_Normal, FALSE )