You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This assembly exposes fundamental drawing APIs such as [`Point`](https://learn.microsoft.com/en-us/dotnet/api/system.drawing.point) and [`Size`](https://learn.microsoft.com/en-us/dotnet/api/system.drawing.size) which don't require access to native GDI+ libraries.
3
+
4
+
Note that in contrast to `System.Drawing.Common`, `System.Drawing.Primitives` supports not just Windows, but all officially supported platforms.
5
+
6
+
Documentation can be found at https://learn.microsoft.com/en-us/dotnet/api/system.drawing.
7
+
8
+
## Contribution Bar
9
+
-[x][We consider new features, new APIs and performance changes](../README.md#primary-bar)
10
+
-[x][We consider PRs that target this library for new source code analyzers](../README.md#secondary-bars)
11
+
-[x][We consider PRs that accept refactoring changes due to new language features](../README.md#secondary-bars)
12
+
13
+
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.
14
+
15
+
## Deployment
16
+
`System.Drawing.Primitives` is part of the `Microsoft.NETCore.App` shared framework.
0 commit comments