Skip to content

Commit 5bc25e6

Browse files
authored
Add README.md for System.Drawing.Primitives (#78123)
* Add README.md for System.Drawing.Primitives * Update README.md
1 parent f8b35e4 commit 5bc25e6

File tree

1 file changed

+16
-0
lines changed
  • src/libraries/System.Drawing.Primitives

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# System.Drawing.Primitives
2+
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

Comments
 (0)