I am working on a Winform program, and I can't believe there isn't an easier way to accomplish what I'm trying.
Basically, I want to display an image that will always be 640x480. Then, I want to have another control on top of it that is nothing more than a selection area that the user can change its size & location inside that 640x480 area, and it will report back its pixel size & x/y location.
Short of drawing all of the lines by hand and adding grips by hand, I can't seem to find an easy way to do this. Am I overlooking something?
Basically, I want to display an image that will always be 640x480. Then, I want to have another control on top of it that is nothing more than a selection area that the user can change its size & location inside that 640x480 area, and it will report back its pixel size & x/y location.
Short of drawing all of the lines by hand and adding grips by hand, I can't seem to find an easy way to do this. Am I overlooking something?