January 1999
Beginner
373 pages
9h 43m
English
The get method will return the current value of the scale:
$value = $scale->get( );
You can also specify x and y coordinates and retrieve the value of the scale at that point:
$value = $scale->get(x, y);