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

Windows.Win32.Graphics.Gdi.ROP_CODE

enum ROP_CODE
namespace Windows.Win32.Graphics.Gdi { internal enum ROP_CODE : uint { BLACKNESS = 66, NOTSRCERASE = 1114278, NOTSRCCOPY = 3342344, SRCERASE = 4457256, DSTINVERT = 5570569, PATINVERT = 5898313, SRCINVERT = 6684742, SRCAND = 8913094, MERGEPAINT = 12255782, MERGECOPY = 12583114, SRCCOPY = 13369376, SRCPAINT = 15597702, PATCOPY = 15728673, PATPAINT = 16452105, WHITENESS = 16711778, CAPTUREBLT = 1073741824, NOMIRRORBITMAP = 2147483648 } }