I am using
( mypicture being the fullpathname of a say jpg file).
to put a picture in a container on my form.
I would like to know if it is possible to have a control which sets the mouse to draw a selection area on the image - collect the coordinates - and return the amount of cropping on each dimension.
Code:
.container1.imgcontrol1.Picture = (mypicture)
( mypicture being the fullpathname of a say jpg file).
to put a picture in a container on my form.
I would like to know if it is possible to have a control which sets the mouse to draw a selection area on the image - collect the coordinates - and return the amount of cropping on each dimension.