Skip to content

Latest commit

 

History

History

Demo-System-Drawing

Saving as PNG using System.Drawing

This example program shows how to create a QR code and save it as a PNG file using the System.Drawing classes.

With .NET 6 and later, System.Drawing has become a Windows only technology. While System.Drawing is available on macOS and Linux on earlier .NET version, its use is only recommended for Windows.