System.Drawing.Common 9.0.15

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.
1,143
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.
121
IKVM
Java SE 8 Virtual Machine for .NET
70
Aspose.Cells
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
61
Aspose.Cells
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
58
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.
52
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.
50
Aspose.Cells
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
49
IKVM
Java SE 8 Virtual Machine for .NET
49
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.
48
Aspose.Cells
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
47
IKVM
Java SE 8 Virtual Machine for .NET
47
Aspose.Cells
A powerful and fast library written in C# for manipulating and converting Excel(XLS, XLSX,XLSB), ODS, CSV,JSON and HTML files.
45
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.
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 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.
41

.NET Framework 4.6.2

  • No dependencies.

.NET 8.0

.NET 9.0

.NET Standard 2.0

  • No dependencies.

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