public void MoveTo(Point point) { NativeHtmlWindow.MoveTo(point.X, point.Y); }
public void MoveTo(int x, int y) { NativeHtmlWindow.MoveTo(x, y); }