Skip to content

Commit

Permalink
Add README.md for System.Drawing.Common (#78121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Nov 9, 2022
1 parent c69e32b commit f8b35e4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/libraries/System.Drawing.Common/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# System.Drawing.Common
This assembly provides access to GDI+ basic graphics functionality via types such as [`Bitmap`](https://learn.microsoft.com/en-us/dotnet/api/system.drawing.bitmap) and [`Font`](https://learn.microsoft.com/en-us/dotnet/api/system.drawing.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.

## Contribution Bar
- [x] [We consider new features, new APIs and performance changes](../README.md#primary-bar)
- [x] [We consider PRs that target this library for new source code analyzers](../README.md#secondary-bars)
- [ ] [We don't accept refactoring changes due to new language features](../README.md#secondary-bars)

See the [Help Wanted](https://github.com/dotnet/runtime/issues?q=is%3Aissue+is%3Aopen+label%3Aarea-System.Drawing+label%3A%22help+wanted%22) issues.

## Deployment
`System.Drawing.Common` is provided as a [NuGet package](https://www.nuget.org/packages/System.Drawing.Common) and part of the `Microsoft.WindowsDesktop.App` shared framework.

0 comments on commit f8b35e4

Please sign in to comment.