namespace Microsoft.Win32 { //AC_SRC定义 public static partial class NativeMethods { /// /// currentlly defined blend function /// public const byte AC_SRC_OVER = 0x00; /// /// alpha format flags /// public const byte AC_SRC_ALPHA = 0x01; } }