Tools::Draw

 

Draw the tool. 

 

 

Syntax

 

void  Draw(

          void

) ;

 

 

Parameters

 

This method does not have a parameter.

 

 

Return value

 

This method does not return a value.

 

 

Remarks

 

The method does a complete re-draw of the tool in the window using the GDI interface.

 

 

Requirements

 

Header:

          TomoVision_Util.hpp

          TomoVision_Tools.hpp

 

Library:

          TomoVision_Util.lib

          TomoVision_Tools.lib

 

 

Example

 

static          Boxs  demo ;

 

extern "C" __declspec(dllexport) int          Ctrl_Draw( HWND wnd )

{

          demo.Draw() ;

          return( 1 ) ;

}

 

 

See also