Im using Win Forms to do a quick little GUI for a powershell script...
In terms of the PictureBox Control, is it possible to get the image size and position information of the Adjusted image size, within the picturebox?
Quick example: Say a picturebox control is 300x300. Im using the Zoom attribute to maintain the aspect ratio of each image that is placed in the picture box. Let's say the image is 4000 x 2500. Once that image is reduced, I'd like to know its final size and coordinates. Anything I have tried so far seems to only return the original size of the image.