Signature in C# to BMP

  • Thread starter Thread starter Giovanni Rena
  • Start date Start date
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
 
Back
Top