using System; namespace LYFZ.OtherExpansion.Win32.Const { public class TernaryRasterOperations { public const int SRCCOPY = 13369376; public const int SRCPAINT = 15597702; public const int SRCAND = 8913094; public const int SRCINVERT = 6684742; public const int SRCERASE = 4457256; public const int NOTSRCCOPY = 3342344; public const int NOTSRCERASE = 1114278; public const int MERGECOPY = 12583114; public const int MERGEPAINT = 12255782; public const int PATCOPY = 15728673; public const int PATPAINT = 16452105; public const int PATINVERT = 5898313; public const int DSTINVERT = 5570569; public const int BLACKNESS = 66; public const int WHITENESS = 16711778; private TernaryRasterOperations() { } } }