Texts::Scroll

 

This method scroll the text in the tool's window by "val" lines.

 

 

Syntax

 

void  Scroll(

          int val

) ;

 

 

Parameters

 

val

          Number of lines to scroll.

 

 

 

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