PDA

Click to See Complete Forum and Search --> : drawing line


menon
Dec 2nd, 1999, 06:56 PM
I want to draw/box a line on a tiff image pasted on a imgedit.ocx control. I am looking for help regarding this.

jkurpias
Dec 3rd, 1999, 11:58 AM
You can't edit an image file through an Image control but you can display a line or box over the control that will simply "show" on top of the image in your form.

To actually edit an image file you need to VB's PictureBox or the Wang/Kodak ImageEdit control.

Let me know if you need more info.