Tools::Clear

 

This method fill out the rectangle of the tool with either the default tool's color or the specified color.

 

 

Syntax

 

void  Clear(

          void 

) ;

 

void  Clear(

          Colors color

) ;

 

 

Parameters

 

color

          The color used to fill out the rectangle. If no color is specified, then the tool.color variable is used.

 

 

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

 

 

 

See also