Hello i have a question. Whats the best way to get the right
coordinates to pick an object in a GoView when it is zoomed or
not…here is the code that used to work without zooming…(in my
GoToolLinkingNew class)
Point p = this.View.PointToScreen(new Point((int)LastInput.DocPoint.X, (int)LastInput.DocPoint.Y));
Then i call a pickobject on this point…I need this because i create links between windows (it works great without zooming)