|
-
Feb 3rd, 2000, 07:24 AM
#1
Thread Starter
New Member
I have a picture box where i have opened an bmp image, grabbed from a Kodak Web cam. In my application I then draw additional lines on the image using, line circle etc. If i save the image using savepicture to a file, the added graphics do not appear, how do I save the new lines.
-
Feb 3rd, 2000, 09:23 AM
#2
Lively Member
You are probably doing something similar to this:
SavePicture picture1.Picture, "C:/windows/myfile.bmp"
If you would replace "picture1.picture" with "picture1.image" then it should work.
Try this, and tell me what happens.
------------------
"I'm carrying a Geometry book, but I'm not in Geometry...it's crazy...crazy man!"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|