scroll_to
Description:
public void scroll_to (
double left,
double top)
Scrolls the canvas, placing the given point as close to the top-left of the view as possible.
Parameters:
| this |
a Canvas.
|
| left |
the x coordinate to scroll to.
|
| top |
the y coordinate to scroll to.
|