i am making application for image cropping.
where in this application i want to draw transparent rectangle on picture box.
eg> you must have uploaded photo on orkut , when u upload the photo if photo is too big croping windows comes up and tranparent rectangle with resizable appears on image.
similarly i want resizable rectangle on my picturebox where user can resize the rectangle and then user press crop button it crops off that much part.
my question
1) how to draw transparent rectangle on picturebox
2) how to resize it.
application is in vb.net
where in this application i want to draw transparent rectangle on picture box.
eg> you must have uploaded photo on orkut , when u upload the photo if photo is too big croping windows comes up and tranparent rectangle with resizable appears on image.
similarly i want resizable rectangle on my picturebox where user can resize the rectangle and then user press crop button it crops off that much part.
my question
1) how to draw transparent rectangle on picturebox
2) how to resize it.
application is in vb.net
Comment