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 |
Beta Was this translation helpful? Give feedback.
-
Clear ready to go: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
IMAGE
typeconsole.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_x
andoffset_y
SetImageOffset(img AS IMAGE, x%, y%)
perhapsSlow progress, but progress is being made!
Beta Was this translation helpful? Give feedback.
All reactions