System.Drawing.BufferedGraphicsManager
Provides access to the main buffered graphics context object for the application domain.
namespace System.Drawing
{
public static class BufferedGraphicsManager
{
public static BufferedGraphicsContext Current { get; }
}
}