Search results for query: *

  1. G

    From Graphics into Bitmap

    Thanks! Thanks! I was drawing onto a BitMap object. As you said, the BitMap objects contains all the editing made by the Graphics object, so it is not necessary to convert the Graphics object. I really appreciate your help. You have solved a real headache for me!
  2. G

    From Graphics into Bitmap

    Hi, I need to convert a Graphics (class) object into a Bitmap (or Image) (class) object, in order to be able to add the Graphics object to an Imagelist. Could you please help me? Thanks,
Back
Top