Query on vc++.net(Windows Forms Application)

  • Thread starter Thread starter Sanjeeva Reddy
  • Start date Start date
S

Sanjeeva Reddy

Hai,
I am using vc++,net(Windows Forms application).
I am able to open image on form.
And i am able to draw a shape(line) on the image.
Please tell me how to save this image along with the shape as a bmp file.
I am awaiting ur response.
Thanks&Regards
Sanjeev
 
If you can use System.Drawing.Bitmap then there is "save" method.

Regards
Hemraj Chaudhari.
 
Back
Top