This assembly provides access to GDI+ basic graphics functionality via types such as Bitmap
and Font
.
Note that System.Drawing.Common
is only supported on Windows: https://learn.microsoft.com/en-us/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only.
Documentation can be found at https://learn.microsoft.com/en-us/dotnet/api/system.drawing.
- We consider new features, new APIs and performance changes
- We consider PRs that target this library for new source code analyzers
- We don't accept refactoring changes due to new language features
See the Help Wanted issues.
System.Drawing.Common
is provided as a NuGet package and part of the Microsoft.WindowsDesktop.App
shared framework.