Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 29, 2015 at 7:02 pm #19958 Leonard TsaiParticipant Hi, Yutaka, This continues my last question since I can’t find any way to get top and bottom points of each selection in multiple selection mode. Thanks. March 29, 2015 at 8:54 pm #19959 Yutaka EmuraKeymaster Hello, For the n’th selection, you can find the top and bottom position with the following method. xTop = GetTopPointX( eePosLogical, n ); yTop = GetTopPointY( eePosLogical, n ); xBottom = GetBottomPointX( eePosLogical, n ); yBottom = GetBottomPointY( eePosLogical, n ); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The forum ‘Questions and Answers about Macros’ is closed to new topics and replies.