System.Drawing.Common 11.0.0-preview.6.26359.118

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
65
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag
64
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag
63
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag
62
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.
62
SkiaSharp.Views.Desktop.Common
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
62
SkiaSharp.Views.Desktop.Common
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
61
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag
60
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.
60
SkiaSharp.Views.Desktop.Common
SkiaSharp Views & Layers are a set of platform-specific views and containers that can be used to draw on the screen.
60
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.
59
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag
59

.NET 10.0

.NET 11.0

.NET Framework 4.6.2

  • No dependencies.

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
11.0.0-preview.7.26381.103 13 08/11/2026
11.0.0-preview.6.26359.118 15 07/18/2026
11.0.0-preview.5.26302.115 24 06/11/2026
11.0.0-preview.4.26230.115 29 05/14/2026
11.0.0-preview.3.26207.106 34 04/16/2026
11.0.0-preview.2.26159.112 34 03/11/2026
11.0.0-preview.1.26104.118 41 02/12/2026
10.0.11 13 08/11/2026
10.0.10 23 07/18/2026
10.0.9 30 06/12/2026
10.0.8 31 05/14/2026
10.0.7 41 04/24/2026
10.0.6 37 04/16/2026
10.0.5 35 03/13/2026
10.0.4 38 03/11/2026
10.0.3 38 02/12/2026
10.0.2 41 01/20/2026
10.0.1 44 12/11/2025
10.0.0 52 11/17/2025
10.0.0-rc.2.25502.107 58 10/23/2025
10.0.0-rc.1.25451.107 62 09/24/2025
10.0.0-preview.7.25380.108 61 09/05/2025
10.0.0-preview.6.25358.103 57 09/05/2025
10.0.0-preview.5.25277.114 63 09/05/2025
10.0.0-preview.4.25258.110 58 09/05/2025
10.0.0-preview.3.25173.2 62 09/05/2025
10.0.0-preview.2.25163.9 58 09/05/2025
10.0.0-preview.1.25080.3 61 09/05/2025
9.0.19 10 08/11/2026
9.0.18 18 07/18/2026
9.0.17 32 06/12/2026
9.0.16 37 05/14/2026
9.0.15 35 04/16/2026
9.0.14 40 03/11/2026
9.0.13 39 02/12/2026
9.0.12 41 01/20/2026
9.0.11 46 11/17/2025
9.0.10 53 10/23/2025
9.0.9 58 09/25/2025
9.0.8 61 09/05/2025
9.0.7 60 09/05/2025
9.0.6 59 09/05/2025
9.0.5 61 09/05/2025
9.0.4 54 09/05/2025
9.0.3 59 09/05/2025
9.0.2 58 09/05/2025
9.0.1 59 09/05/2025
9.0.0 58 09/05/2025
9.0.0-rc.2.24474.1 60 09/05/2025
9.0.0-rc.1.24451.1 58 09/05/2025
9.0.0-preview.7.24405.4 57 09/05/2025
9.0.0-preview.6.24327.6 58 09/05/2025
9.0.0-preview.5.24306.5 61 09/05/2025
9.0.0-preview.4.24267.1 60 09/05/2025
9.0.0-preview.3.24172.9 60 09/05/2025
9.0.0-preview.2.24128.3 58 09/05/2025
9.0.0-preview.1.24081.2 60 09/05/2025
8.0.30 11 08/11/2026
8.0.29 19 07/18/2026
8.0.28 28 06/12/2026
8.0.27 31 05/14/2026
8.0.26 31 04/16/2026
8.0.25 38 03/11/2026
8.0.24 37 02/12/2026
8.0.23 40 01/20/2026
8.0.22 47 11/17/2025
8.0.21 52 10/23/2025
8.0.20 57 09/25/2025
8.0.19 59 09/05/2025
8.0.18 55 09/05/2025
8.0.17 55 09/05/2025
8.0.16 59 09/05/2025
8.0.15 59 09/05/2025
8.0.14 60 09/05/2025
8.0.13 59 09/05/2025
8.0.12 59 09/05/2025
8.0.11 67 09/05/2025
8.0.10 59 09/05/2025
8.0.8 57 09/05/2025
8.0.7 59 09/05/2025
8.0.6 61 09/05/2025
8.0.5 56 09/05/2025
8.0.4 61 09/05/2025
8.0.3 60 09/05/2025
8.0.2 61 09/05/2025
8.0.1 59 09/05/2025
8.0.0 58 09/05/2025
8.0.0-rc.2.23479.14 57 09/05/2025
8.0.0-rc.1.23419.5 60 09/05/2025
8.0.0-preview.7.23375.5 58 09/05/2025
8.0.0-preview.6.23329.4 61 09/05/2025
8.0.0-preview.5.23280.5 59 09/05/2025
8.0.0-preview.4.23259.4 58 09/05/2025
8.0.0-preview.2.23128.3 58 09/05/2025
8.0.0-preview.1.23110.8 63 09/05/2025
7.0.0 62 09/05/2025
7.0.0-rc.2.22472.3 63 09/05/2025
7.0.0-rc.1.22426.10 63 09/05/2025
7.0.0-preview.7.22375.6 57 09/05/2025
7.0.0-preview.6.22324.4 60 09/05/2025
7.0.0-preview.5.22301.12 63 09/05/2025
7.0.0-preview.4.22229.4 59 09/05/2025
7.0.0-preview.3.22175.4 62 09/05/2025
7.0.0-preview.2.22152.2 61 09/05/2025
7.0.0-preview.1.22076.8 58 09/05/2025
6.0.0 56 09/05/2025
6.0.0-rc.2.21480.5 61 09/05/2025
6.0.0-rc.1.21451.13 56 09/05/2025
6.0.0-preview.7.21377.19 60 09/05/2025
6.0.0-preview.6.21352.12 60 09/05/2025
6.0.0-preview.5.21301.5 57 09/05/2025
6.0.0-preview.4.21253.7 62 09/05/2025
6.0.0-preview.3.21201.4 62 09/05/2025
6.0.0-preview.2.21154.6 63 09/05/2025
6.0.0-preview.1.21102.12 61 09/05/2025
5.0.3 60 09/05/2025
5.0.2 58 09/05/2025
5.0.1 57 09/05/2025
5.0.0 58 09/05/2025
5.0.0-rc.2.20475.5 59 09/05/2025
5.0.0-rc.1.20451.14 59 09/05/2025
5.0.0-preview.8.20407.11 61 09/05/2025
5.0.0-preview.7.20364.11 58 09/05/2025
5.0.0-preview.6.20305.6 61 09/05/2025
5.0.0-preview.5.20278.1 62 09/05/2025
5.0.0-preview.4.20251.6 62 09/05/2025
5.0.0-preview.3.20214.6 58 09/05/2025
5.0.0-preview.2.20160.6 57 09/05/2025
5.0.0-preview.1.20120.5 61 09/05/2025
4.7.3 60 09/05/2025
4.7.2 58 09/05/2025
4.7.1 58 09/05/2025
4.7.0 59 09/05/2025
4.7.0-preview3.19551.4 63 09/05/2025
4.7.0-preview2.19523.17 60 09/05/2025
4.7.0-preview1.19504.10 60 09/05/2025
4.6.2 57 09/05/2025
4.6.1 56 09/05/2025
4.6.0 57 09/05/2025
4.6.0-rc1.19456.4 64 09/05/2025
4.6.0-preview9.19421.4 63 09/05/2025
4.6.0-preview9.19416.11 65 09/05/2025
4.6.0-preview8.19405.3 59 09/05/2025
4.6.0-preview7.19362.9 58 09/05/2025
4.6.0-preview6.19303.8 59 09/05/2025
4.6.0-preview6.19264.9 56 09/05/2025
4.6.0-preview5.19224.8 57 09/05/2025
4.6.0-preview4.19212.13 60 09/05/2025
4.6.0-preview3.19128.7 61 09/05/2025
4.6.0-preview.19073.11 58 09/05/2025
4.6.0-preview.18571.3 69 09/05/2025
4.5.2 62 09/05/2025
4.5.1 60 09/05/2025
4.5.0 62 09/05/2025
4.5.0-rc1 59 09/05/2025
4.5.0-preview2-26406-04 58 09/05/2025
4.5.0-preview1-26216-02 54 09/05/2025
4.5.0-preview1-25914-04 57 09/05/2025
4.5.0-preview1-25718-03 61 09/05/2025