Movable Selection Box
-
I have a program where i need to display an image in a picturebox & have users be able to select a part of the image for printing. I haven't be able to find any method of accomplishing this. I've tried drawing a rectangle on the image but drawing and re-drawing the image take far too long (these are very large images). Any ideas/links? Thanks R.Myers
-
I have a program where i need to display an image in a picturebox & have users be able to select a part of the image for printing. I haven't be able to find any method of accomplishing this. I've tried drawing a rectangle on the image but drawing and re-drawing the image take far too long (these are very large images). Any ideas/links? Thanks R.Myers
It is obvious to use rectangle to allow user to draw from source x,y coordinate to destination x,y coord. BitBlt()(Bitmap Block Transfer) available in VC would help to do ur task easily. ;)
Regards Chintan www.visharadsoft.com (Nothing is so purify as KNOWLEDGE)
-
It is obvious to use rectangle to allow user to draw from source x,y coordinate to destination x,y coord. BitBlt()(Bitmap Block Transfer) available in VC would help to do ur task easily. ;)
Regards Chintan www.visharadsoft.com (Nothing is so purify as KNOWLEDGE)