January 1999
Beginner
373 pages
9h 43m
English
The coords method returns a list containing x and y coordinates:
($x, $y) = $scale->coords();
The coordinates indicate the position in which the current value is located in the scale. You can also pass in a value to find the coordinates of:
($x, $y) = $scale->coords(value);