Howto Save a Form as a Bitmap C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have an APP on Pocket Pc written in C#. The user can draw on a form and I
need to be able to save the drawing as a bitmap or other image.

I tried the Picture box but the drawing from the users input is too "Jurky"
where as drawing directly on the form works great.

Any help would be much appreciated.

Cheers,
Olan
 
Olan,

Maybe the signature control of OpenNETCF suits your needs.

Pieter
 
The signature control in the SDF does create a bitmap in memory but still
does not proved a method to actually write the bitmap to a file, to do this
the file has to created manually. This post on the OpenNETCF forum contains
code to actually write the bitmap to file, might be easier:

http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=385

Ali Gardezi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top