x1439a41cfa24189f.cs
上传用户:xlxx0122
上传日期:2015-04-24
资源大小:3904k
文件大小:2k
源码类别:

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin
  2. {
  3.     using System;
  4.     using System.Runtime.InteropServices;
  5.     internal class x1439a41cfa24189f
  6.     {
  7.         public const uint BLACKNESS = 0x42;
  8.         public const int BS_DIBPATTERN = 5;
  9.         public const int BS_DIBPATTERN8X8 = 8;
  10.         public const int BS_DIBPATTERNPT = 6;
  11.         public const int BS_HATCHED = 2;
  12.         public const int BS_HOLLOW = 1;
  13.         public const int BS_INDEXED = 4;
  14.         public const int BS_MONOPATTERN = 9;
  15.         public const int BS_NULL = 1;
  16.         public const int BS_PATTERN = 3;
  17.         public const int BS_PATTERN8X8 = 7;
  18.         public const int BS_SOLID = 0;
  19.         public const uint CAPTUREBLT = 0x40000000;
  20.         public const uint DSTINVERT = 0x550009;
  21.         public const uint MERGECOPY = 0xc000ca;
  22.         public const uint MERGEPAINT = 0xbb0226;
  23.         public const uint NOMIRRORBITMAP = 0x80000000;
  24.         public const uint NOTSRCCOPY = 0x330008;
  25.         public const uint NOTSRCERASE = 0x1100a6;
  26.         public const uint PATCOPY = 0xf00021;
  27.         public const uint PATINVERT = 0x5a0049;
  28.         public const uint PATPAINT = 0xfb0a09;
  29.         public const int RGN_AND = 1;
  30.         public const int RGN_COPY = 5;
  31.         public const int RGN_DIFF = 4;
  32.         public const int RGN_MAX = 5;
  33.         public const int RGN_MIN = 1;
  34.         public const int RGN_OR = 2;
  35.         public const int RGN_XOR = 3;
  36.         public const uint SRCAND = 0x8800c6;
  37.         public const uint SRCCOPY = 0xcc0020;
  38.         public const uint SRCERASE = 0x440328;
  39.         public const uint SRCINVERT = 0x660046;
  40.         public const uint SRCPAINT = 0xee0086;
  41.         public const uint WHITENESS = 0xff0062;
  42.         [StructLayout(LayoutKind.Sequential)]
  43.         public struct BLENDFUNCTION
  44.         {
  45.             public byte BlendOp;
  46.             public byte BlendFlags;
  47.             public byte SourceConstantAlpha;
  48.             public byte AlphaFormat;
  49.         }
  50.         [StructLayout(LayoutKind.Sequential)]
  51.         public struct LOGBRUSH
  52.         {
  53.             public uint lbStyle;
  54.             public uint lbColor;
  55.             public uint lbHatch;
  56.         }
  57.     }
  58. }