System.Drawing.Common 11.0.0-preview.2.26159.112

System.Drawing.Common

The System.Drawing.Common package allows .NET Core and .NET 6+ applications to access GDI+ graphics functionality. This package is especially useful for porting .NET Framework applications that rely on the System.Drawing namespace.

Getting Started

To get started with System.Drawing.Common, install it using the NuGet Package Manager, the .NET CLI, or by editing your project file directly.

NOTE: If you are developing a WinForms application, you do not need to install the System.Drawing.Common package separately (to this end, you use the Sdk attribute for the Project element like <Project Sdk="Microsoft.NET.Sdk"> in the .csproj or the .vbproj file and then specify <UseWindowsForms>true</UseWindowsForms>). This package is then automatically included as part of the .NET SDK for WinForms Apps, which means you can start using the System.Drawing namespace right away in your WinForms projects.

Usage

The following examples demonstrate some basic tasks you can accomplish with System.Drawing.Common.

Create a Simple Bitmap and Save it

C#

using System.Drawing;

class Program
{
    static void Main()
    {
        using (Bitmap bitmap = new Bitmap(100, 100))
        {
            using (Graphics g = Graphics.FromImage(bitmap))
            {
                g.Clear(Color.Red);
            }
            bitmap.Save("output.bmp");
        }
    }
}

VB

Imports System.Drawing

Module Program
    Sub Main()
        Using bitmap As New Bitmap(100, 100)
            Using g As Graphics = Graphics.FromImage(bitmap)
                g.Clear(Color.Red)
            End Using
            bitmap.Save("output.bmp")
        End Using
    End Sub
End Module

Additional Documentation

For more in-depth tutorials and API references, you can check the following resources:

Feedback

Showing the top 20 packages that depend on System.Drawing.Common.

Packages Downloads
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag When using NuGet 3.x this package requires at least version 3.4.
857
IKVM
Java SE 8 Virtual Machine for .NET
60
Aspose.Cells
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
56
Aspose.Cells
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
51
Stimulsoft.Reports.Engine.NetCore
The native .NET Core report engine is a part of the reporting tool for .NET Standard, .NET Core and .NET, that renders reports from getting data from the source, building bands, calculating aggregate functions, charting, applying styles, conditions, filtering, sorting, and more. Also, the report engine has algorithms for exporting reports to various formats such as PDF, Rich Text, Excel, and others.
49
IKVM
Java SE 8 Virtual Machine for .NET
48
Aspose.Cells
Aspose.Cells for .NET consists of API and GUI controls to create, process, manipulate and convert Microsoft Excel® spreadsheets without needing Office Automation.
45
IKVM
Java SE 8 Virtual Machine for .NET
45
Aspose.Cells
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
44
Aspose.Cells
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
43
EPPlus
A spreadsheet library for .NET framework and .NET core
42
Aspose.Cells
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
41
Stimulsoft.Reports.Engine.NetCore
The native .NET Core report engine is a part of the reporting tool for .NET Standard, .NET Core and .NET, that renders reports from getting data from the source, building bands, calculating aggregate functions, charting, applying styles, conditions, filtering, sorting, and more. Also, the report engine has algorithms for exporting reports to various formats such as PDF, Rich Text, Excel, and others.
41
Aspose.Cells
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
39
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag When using NuGet 3.x this package requires at least version 3.4.
39
Stimulsoft.Reports.Engine.NetCore
The native .NET Core report engine is a part of the reporting tool for .NET Core that renders reports from getting data from the source, building bands, calculating aggregate functions, charting, applying styles, conditions, filtering, sorting, and more. Also, the report engine has algorithms for exporting reports to various formats such as PDF, Rich Text, Excel, and others.
38
EPPlus
A spreadsheet library for .NET framework and .NET core
37
IKVM
Java SE 8 Virtual Machine for .NET
37

.NET Framework 4.6.2

  • No dependencies.

.NET 10.0

.NET 11.0

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
11.0.0-preview.2.26159.112 6 03/11/2026
11.0.0-preview.1.26104.118 10 02/12/2026
10.0.5 3 03/14/2026
10.0.4 6 03/12/2026
10.0.3 11 02/12/2026
10.0.2 14 01/15/2026
10.0.1 15 12/10/2025
10.0.0 11 12/12/2025
10.0.0-rc.2.25502.107 12 12/12/2025
10.0.0-rc.1.25451.107 11 12/20/2025
10.0.0-preview.7.25380.108 8 12/22/2025
10.0.0-preview.6.25358.103 12 12/09/2025
10.0.0-preview.5.25277.114 7 12/12/2025
10.0.0-preview.4.25258.110 13 12/11/2025
10.0.0-preview.3.25173.2 11 01/01/2026
10.0.0-preview.2.25163.9 13 12/15/2025
10.0.0-preview.1.25080.3 9 12/15/2025
9.0.14 6 03/12/2026
9.0.13 9 02/12/2026
9.0.12 12 01/15/2026
9.0.11 9 12/12/2025
9.0.10 13 12/12/2025
9.0.9 10 12/09/2025
9.0.8 5 01/04/2026
9.0.7 9 01/01/2026
9.0.6 7 01/01/2026
9.0.5 9 01/02/2026
9.0.4 8 12/18/2025
9.0.3 10 12/11/2025
9.0.2 11 12/13/2025
9.0.1 16 12/12/2025
9.0.0 19 12/10/2025
9.0.0-rc.2.24474.1 8 12/12/2025
9.0.0-rc.1.24451.1 15 12/09/2025
9.0.0-preview.7.24405.4 11 12/13/2025
9.0.0-preview.6.24327.6 11 12/13/2025
9.0.0-preview.5.24306.5 12 12/26/2025
9.0.0-preview.4.24267.1 7 12/15/2025
9.0.0-preview.3.24172.9 12 12/12/2025
9.0.0-preview.2.24128.3 8 12/28/2025
9.0.0-preview.1.24081.2 9 12/13/2025
8.0.25 6 03/11/2026
8.0.24 10 02/12/2026
8.0.23 12 01/15/2026
8.0.22 11 12/12/2025
8.0.21 15 12/12/2025
8.0.20 12 12/11/2025
8.0.19 4 01/01/2026
8.0.18 9 01/01/2026
8.0.17 12 12/09/2025
8.0.16 13 12/13/2025
8.0.15 11 01/01/2026
8.0.14 9 12/14/2025
8.0.13 13 12/13/2025
8.0.12 8 12/13/2025
8.0.11 20 12/12/2025
8.0.10 16 12/10/2025
8.0.8 10 12/19/2025
8.0.7 15 12/14/2025
8.0.6 11 12/10/2025
8.0.5 7 12/11/2025
8.0.4 13 12/12/2025
8.0.3 10 12/12/2025
8.0.2 12 12/12/2025
8.0.1 13 12/11/2025
8.0.0 11 12/12/2025
8.0.0-rc.2.23479.14 8 12/12/2025
8.0.0-rc.1.23419.5 8 12/12/2025
8.0.0-preview.7.23375.5 12 12/12/2025
8.0.0-preview.6.23329.4 11 12/12/2025
8.0.0-preview.5.23280.5 11 12/11/2025
8.0.0-preview.4.23259.4 6 12/12/2025
8.0.0-preview.2.23128.3 9 12/20/2025
8.0.0-preview.1.23110.8 10 12/15/2025
7.0.0 16 12/23/2025
7.0.0-rc.2.22472.3 11 12/13/2025
7.0.0-rc.1.22426.10 12 12/14/2025
7.0.0-preview.7.22375.6 8 12/13/2025
7.0.0-preview.6.22324.4 9 12/20/2025
7.0.0-preview.5.22301.12 14 12/15/2025
7.0.0-preview.4.22229.4 9 12/20/2025
7.0.0-preview.3.22175.4 9 12/13/2025
7.0.0-preview.2.22152.2 13 12/20/2025
7.0.0-preview.1.22076.8 14 12/13/2025
6.0.2-mauipre.1.22102.15 13 12/16/2025
6.0.2-mauipre.1.22054.8 11 12/13/2025
6.0.0 11 12/25/2025
6.0.0-rc.2.21480.5 11 12/13/2025
6.0.0-rc.1.21451.13 9 12/20/2025
6.0.0-preview.7.21377.19 14 12/13/2025
6.0.0-preview.6.21352.12 11 12/15/2025
6.0.0-preview.5.21301.5 9 12/20/2025
6.0.0-preview.4.21253.7 12 01/01/2026
6.0.0-preview.3.21201.4 8 12/13/2025
6.0.0-preview.2.21154.6 11 12/20/2025
6.0.0-preview.1.21102.12 13 12/13/2025
5.0.3 9 01/01/2026
5.0.2 9 12/15/2025
5.0.1 10 12/13/2025
5.0.0 7 01/02/2026
5.0.0-rc.2.20475.5 10 12/14/2025
5.0.0-rc.1.20451.14 10 12/20/2025
5.0.0-preview.8.20407.11 8 12/22/2025
5.0.0-preview.7.20364.11 5 01/01/2026
5.0.0-preview.6.20305.6 14 12/12/2025
5.0.0-preview.5.20278.1 17 12/12/2025
5.0.0-preview.4.20251.6 16 12/12/2025
5.0.0-preview.3.20214.6 17 12/12/2025
5.0.0-preview.2.20160.6 13 12/11/2025
5.0.0-preview.1.20120.5 9 12/12/2025
4.7.3 12 12/12/2025
4.7.2 9 12/12/2025
4.7.1 8 12/12/2025
4.7.0 40 12/12/2025
4.7.0-preview3.19551.4 12 12/12/2025
4.7.0-preview2.19523.17 11 12/13/2025
4.7.0-preview1.19504.10 9 12/21/2025
4.6.2 9 12/21/2025
4.6.1 12 12/13/2025
4.6.0 856 12/10/2025
4.6.0-rc1.19456.4 13 12/14/2025
4.6.0-preview9.19421.4 12 12/14/2025
4.6.0-preview9.19416.11 11 12/20/2025
4.6.0-preview8.19405.3 11 12/21/2025
4.6.0-preview7.19362.9 12 12/21/2025
4.6.0-preview6.19303.8 10 12/21/2025
4.6.0-preview6.19264.9 10 12/16/2025
4.6.0-preview5.19224.8 13 12/21/2025
4.6.0-preview4.19212.13 9 12/18/2025
4.6.0-preview3.19128.7 9 12/21/2025
4.6.0-preview.19073.11 12 12/12/2025
4.6.0-preview.18571.3 15 12/12/2025
4.5.2 13 12/12/2025
4.5.1 9 12/12/2025
4.5.0 12 12/12/2025
4.5.0-rc1 12 12/12/2025
4.5.0-preview2-26406-04 11 12/12/2025
4.5.0-preview1-26216-02 11 12/12/2025
4.5.0-preview1-25914-04 12 12/12/2025
4.5.0-preview1-25718-03 12 12/12/2025