Here are my issues:
1. I found a thread in this forum about drawing a line using Line object inside Imagebox container. Can I draw line(s) using Line object (or any other methods) inside the Imagebox (not the ImageBoxCnt)? I've tried but the line always show behind the ImageBox object.
2. I want to put a picture box control at the top of the displayed image. The picturebox must have the exact same size as the displayed image (not the size of the Imagebox control). I'm able to determine the Top-Left coordinate (using .GetImageLeft and .GetImageTop methods), but when I try to determine the width and height of the displayed image (using the .GetDisplayedArea method), it always shows bigger size. Could you tell me, what I'm missing here?
Regards,
Stanley
