This method return the value of the slider at the current position of the cursor.
Syntax
float Read(
void
) ;
Parameters
This method does not have a parameter.
Return value
return the value of the slider at the current position of the cursor.
Remarks
The value of "Cur_Value" variable is not updated automatically, when the user drag the mouse over the slider, you need to call "Read" and assign the returned value to the "Cur_Value" variable and then call "Adjust" for the graphic to reflect the new value.
Requirements
Header:
TomoVision_Util.hpp
TomoVision_Tools.hpp
Library:
TomoVision_Util.lib
TomoVision_Tools.lib
Example
See also