GUI status updates #3
Replies: 3 comments
|
Update 2/4/2024 Got the PictureBox canvases loading, got mouse handling done (thanks @a740g) and key handling started. I still did not get a chance to understand how the PictureBox control offset works on the HelperCanvas - but I think I have a hunch. The x/y offsets will just be variables and I'll work on my own PB enhancements. I can store the current offset of the Resize Crop bounding box in a variable, nothing special there. I did not yet build |
|




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
IMAGEtypeconsole.dir_image()As you can see from the screenshot, the image is loading and setting the offset of it to the middle of the image.
offset_xandoffset_ySetImageOffset(img AS IMAGE, x%, y%)perhapsSlow progress, but progress is being made!
All reactions