D3D.SetCrossHairProperties

Previous  Next

 

status = D3D.SetCrossHairProperties( nControl AS INTEGER,

                                     size     AS REAL,

                                     color    AS INTEGER ) AS INTEGER

 


 

Sets the properties of the center of view cross hair

 

Example:

 

D3D.SetCrossHairProperties( nControl, 0.5, RGB( 122, 122, 0 ) )