System.Drawing.Common 9.0.0-preview.7.24405.4

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.
7,358
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.
5,411
DotNetCore.NPOI.Core
A .NET library for reading and writing Microsoft Office binary and OOXML file formats.
3,302
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag
1,963
NPOI
.NET port of Apache POI | Contact us on telegram: https://t.me/npoidevs
1,952
NPOI
.NET port of Apache POI | Contact us on telegram: https://t.me/npoidevs
1,909
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag
751
NPOI
.NET port of Apache POI | Contact us on telegram: https://t.me/npoidevs
409
NPOI
Contact us on telegram: https://t.me/npoidevs
100
NPOI
.NET port of Apache POI | Contact us on telegram: https://t.me/npoidevs
25
NPOI
Neuzilla is the studio behind NPOI. Neuzilla provides commercial software customization and consulting service. For details, please contact support@neuzilla.com
24
NPOI
Bug Fixes - #302 Deleted text is stilll extracted from Word document - #283 XWPFTableCell.GetParagraphArray(0) always return null - #256 ISheet.CopyRow() throws NullReferenceException - #187 customHeight attribute of row for SXSSFWorkbook wrong - #225 Infinite Loop in Substitute.ReplaceAllOccurrences on empty searchStr - #199 SXSSFCell: numeric value is serialized with CurrentCulture rules - #141 XSSFFont.FontHeight setting bug - #165 Excel warns if we use a font without setting its size - #203 Add XWPFRun.AddSvg - #200 Optimizations and bugfixes of SXSSF logic - #198 Add XWPFStyles.GetStyleWithName(string styleName) - #325 Fix XSSFDataValidationHelper.CreateValidation to use all CellRangeAddresses.
23
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.
18
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag
18
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.
17
Selenium.WebDriver
Selenium is a set of different software tools each with a different approach to supporting browser automation. These tools are highly flexible, allowing many options for locating and manipulating elements within a browser, and one of its key features is the support for automating multiple browser platforms. This package contains the .NET bindings for the concise and object-based Selenium WebDriver API, which uses native OS-level events to manipulate the browser, bypassing the JavaScript sandbox, and does not require the Selenium Server to automate the browser.
17
System.Windows.Extensions
Provides miscellaneous Windows-specific types Commonly Used Types: System.Security.Cryptography.X509Certificates.X509Certificate2UI System.Security.Cryptography.X509Certificates.X509SelectionFlag
16

.NET Framework 4.6.2

  • No dependencies.

.NET 8.0

.NET 9.0

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
9.0.0-rc.2.24474.1 4 10/17/2024
9.0.0-rc.1.24451.1 6 09/11/2024
9.0.0-preview.7.24405.4 10 08/15/2024
9.0.0-preview.6.24327.6 8 07/10/2024
9.0.0-preview.5.24306.5 8 06/14/2024
9.0.0-preview.4.24267.1 11 05/30/2024
9.0.0-preview.3.24172.9 8 04/18/2024
9.0.0-preview.2.24128.3 8 03/17/2024
9.0.0-preview.1.24081.2 9 02/16/2024
8.0.10 2 10/14/2024
8.0.8 8 08/17/2024
8.0.7 6 07/15/2024
8.0.6 5 06/01/2024
8.0.5 9 05/22/2024
8.0.4 10 04/16/2024
8.0.3 14 03/17/2024
8.0.2 11 02/16/2024
8.0.1 11 01/30/2024
8.0.0 8 12/17/2023
8.0.0-rc.2.23479.14 7 01/10/2024
8.0.0-rc.1.23419.5 9 09/27/2023
8.0.0-preview.7.23375.5 10 10/29/2023
8.0.0-preview.6.23329.4 8 10/29/2023
8.0.0-preview.5.23280.5 9 12/04/2023
8.0.0-preview.4.23259.4 13 10/28/2023
8.0.0-preview.2.23128.3 13 05/29/2023
8.0.0-preview.1.23110.8 10 10/17/2023
7.0.0 736 11/03/2023
7.0.0-rc.2.22472.3 12 10/31/2023
7.0.0-rc.1.22426.10 5 11/02/2023
7.0.0-preview.7.22375.6 11 07/05/2023
7.0.0-preview.6.22324.4 13 08/09/2023
7.0.0-preview.5.22301.12 7 10/30/2023
7.0.0-preview.4.22229.4 10 10/28/2023
7.0.0-preview.3.22175.4 11 08/11/2023
7.0.0-preview.2.22152.2 12 10/18/2023
7.0.0-preview.1.22076.8 13 10/29/2023
6.0.2-mauipre.1.22102.15 11 07/23/2023
6.0.2-mauipre.1.22054.8 9 07/12/2023
6.0.0 1,939 06/16/2022
6.0.0-rc.2.21480.5 15 10/31/2023
6.0.0-rc.1.21451.13 11 09/27/2023
6.0.0-preview.7.21377.19 9 07/18/2023
6.0.0-preview.6.21352.12 13 10/30/2023
6.0.0-preview.5.21301.5 10 10/29/2023
6.0.0-preview.4.21253.7 10 10/25/2023
6.0.0-preview.3.21201.4 10 10/28/2023
6.0.0-preview.2.21154.6 11 10/29/2023
6.0.0-preview.1.21102.12 10 07/17/2023
5.0.3 14 11/26/2023
5.0.2 9 07/05/2023
5.0.1 10 09/28/2023
5.0.0 5,449 12/16/2020
5.0.0-rc.2.20475.5 10 11/01/2023
5.0.0-rc.1.20451.14 13 06/24/2023
5.0.0-preview.8.20407.11 8 09/27/2023
5.0.0-preview.7.20364.11 7 10/30/2023
5.0.0-preview.6.20305.6 13 06/24/2023
5.0.0-preview.5.20278.1 8 10/29/2023
5.0.0-preview.4.20251.6 10 07/05/2023
5.0.0-preview.3.20214.6 11 10/28/2023
5.0.0-preview.2.20160.6 13 06/22/2023
5.0.0-preview.1.20120.5 10 10/16/2023
4.7.3 16 08/05/2023
4.7.2 10 09/05/2023
4.7.1 12 06/23/2023
4.7.0 7,357 12/16/2020
4.7.0-preview3.19551.4 10 07/05/2023
4.7.0-preview2.19523.17 11 06/23/2023
4.7.0-preview1.19504.10 9 09/28/2023
4.6.2 11 08/05/2023
4.6.1 9 11/25/2023
4.6.0 9 09/27/2023
4.6.0-rc1.19456.4 13 11/01/2023
4.6.0-preview9.19421.4 9 10/29/2023
4.6.0-preview9.19416.11 10 10/29/2023
4.6.0-preview8.19405.3 9 10/18/2023
4.6.0-preview7.19362.9 7 10/10/2023
4.6.0-preview6.19303.8 6 10/29/2023
4.6.0-preview6.19264.9 7 10/28/2023
4.6.0-preview5.19224.8 9 10/28/2023
4.6.0-preview4.19212.13 8 10/29/2023
4.6.0-preview3.19128.7 13 10/17/2023
4.6.0-preview.19073.11 8 10/29/2023
4.6.0-preview.18571.3 17 10/15/2023
4.5.2 13 10/12/2023
4.5.1 10 08/25/2022
4.5.0 4,453 04/07/2021
4.5.0-rc1 9 11/01/2023
4.5.0-preview2-26406-04 9 10/11/2023
4.5.0-preview1-26216-02 10 10/11/2023
4.5.0-preview1-25914-04 11 07/08/2023
4.5.0-preview1-25718-03 9 10/12/2023