> - Some types in the `System.Drawing` namespace rely on [GDI+](/windows/win32/gdiplus/-gdiplus-gdi-start), which is not supported in Windows services and ASP.NET Core and ASP.NET apps. These types are in the [System.Drawing.Common](https://www.nuget.org/packages/System.Drawing.Common/) NuGet package and include <xref:System.Drawing.Bitmap?displayProperty=fullName> and <xref:System.Drawing.Font?displayProperty=fullName>. However, primitive types in the namespace, such as <xref:System.Drawing.Color?displayProperty=fullName>, <xref:System.Drawing.Size?displayProperty=fullName>, <xref:System.Drawing.Point?displayProperty=fullName>, and <xref:System.Drawing.Rectangle?displayProperty=fullName>, can be used in any application.
0 commit comments