Texts::Overwrite

 

This method write a line of text without first scrolling the text vertically.  in effect, it overwrite the last line of text.

 

 

Syntax

 

void  OverWrite(

          char format[],

          ...

) ;

 

 

Parameters

 

format, ...

                    The method use the same parameter syntax as the printf function..

 

 

Return value

 

This method does not return a value.

 

 

Remarks

 

 

Requirements

 

Header:

          TomoVision_Util.hpp

          TomoVision_Tools.hpp

 

Library:

          TomoVision_Util.lib

          TomoVision_Tools.lib

 

 

Example

 

static          texts  demo ;

 

 

 

See also