Results 1 to 2 of 2

Thread: Save picture with , added graphics

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 1999
    Location
    wichita ks usa
    Posts
    1

    Post

    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.

  2. #2
    Lively Member
    Join Date
    Oct 1999
    Posts
    65

    Post

    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
  •  



Click Here to Expand Forum to Full Width