Signature in C# to BMP

S

Sergey Bogdanov

What is the problem with this link? BitmapFile.cs in the example is what
you are looking for. Just invoke:

BitmapFile.SaveToFile(yourImage, "FileName", 16,
youPictureBoxInstance.Width, youPictureBoxInstance.Height);

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
 
R

Robbe Morris [C# MVP]

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

Top