<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.2.26159.112" />

System.Drawing.BufferedGraphics

public sealed class BufferedGraphics : IDisposable
Provides a graphics buffer for double buffering.
namespace System.Drawing { public sealed class BufferedGraphics : IDisposable { public Graphics Graphics { get; } public void Dispose(); public void Render(); public void Render(Graphics target); public void Render(IntPtr targetDC); } }