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

ROP_CODE

enum ROP_CODE
using System; using System.CodeDom.Compiler; namespace Windows.Win32.Graphics.Gdi { [Flags] [GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")] 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 } }