<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.2.25163.9" />

ApplyGraphicsProperties

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