Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19958
    Leonard Tsai
    Participant

    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.

    #19959
    Yutaka Emura
    Keymaster

    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 );
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.