sevenlayercookie / OnScreenRuler

On Screen Calipers for EKGS
0 stars 0 forks source link

Loaded Images and Captures #14

Open sevenlayercookie opened 1 year ago

sevenlayercookie commented 1 year ago

Oversized Images do not display well (they overflow the boundaries of the window). Which is fine, but I need to implement some kind of way to grab the images and move them around. Drag and move makes intuitive sense, but I already have click and drag assigned to the calipers. I could have a toolbar with calipers button and a hand/drag button that I can toggle between. But maybe there's a simpler more intuitive solution?

Scrollbars on the form may not be a bad option... I messed with it a bit and it worked okay, I would just need to make sure the calipers are being drawn based on the window dimensions, NOT the form dimensions (because the form will be larger than the window). I found that placing a hidden Panel control that expands to the same size as the image causes the scrollbars to appear.