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

System.Drawing.ApplyGraphicsProperties

Enumeration defining the different Graphics properties to apply to an HDC when creating it from a Graphics object.
namespace System.Drawing { internal enum ApplyGraphicsProperties { None = 0, Clipping = 1, TranslateTransform = 2, All = 3 } }