Method ScrollTo
ScrollTo(int, int)
Scrolls Minimap
to specified position.
public virtual void ScrollTo(int x, int y)
Parameters
x
intThe X-constituent of the Point value that specifies position to drag.
y
intThe Y-constituent of the Point value that specifies position to drag.
ScrollTo(double, double)
public virtual void ScrollTo(double x, double y)