goToPoint abstract method

void goToPoint(
  1. double x,
  2. double y
)

Moves the center of the viewport to the specific x and y world coordinates.

Implementation

void goToPoint(double x, double y);