The ScreenPoint class represent a point on the viewport of the map by an X and Y coordinate in pixels.
ScreenPoint(int x iny y)
The ScreenPoint constructor; Creates a new ScreenPoint instance.
int x
An integer that contains the x point.
int y
An integer that contains the y point.