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