<PackageReference Include="System.Drawing.Common" Version="9.0.5" />

FlushIntention

public enum FlushIntention
Specifies whether commands in the graphics stack are terminated (flushed) immediately or executed as soon as possible.
namespace System.Drawing.Drawing2D { public enum FlushIntention { Flush, Sync } }