<PackageReference Include="System.Drawing.Common" Version="10.0.0-rc.1.25451.107" />
System.Drawing.IGraphicsHdcProvider
namespace System.
Drawing
{
internal interface IGraphicsHdcProvider
{
bool IsGraphicsStateClean { get; }
HDC GetHdc();
IGraphics GetGraphics(
bool createIfNeeded);
}
}