x31775329b2a4ff52.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 x31775329b2a4ff52
  6.     {
  7.         [DllImport("Gdi32.dll", CharSet=CharSet.Auto)]
  8.         public static extern int CombineRgn(IntPtr dest, IntPtr src1, IntPtr src2, int flags);
  9.         [DllImport("Gdi32.dll", CharSet=CharSet.Auto)]
  10.         public static extern IntPtr CreateBrushIndirect(ref x1439a41cfa24189f.LOGBRUSH brush);
  11.         [DllImport("Gdi32.dll", CharSet=CharSet.Auto)]
  12.         public static extern IntPtr CreateCompatibleDC(IntPtr hDC);
  13.         [DllImport("Gdi32.dll", CharSet=CharSet.Auto)]
  14.         public static extern IntPtr CreateFontIndirect(ref x40255b11ef821fa3.LOGFONT lplf);
  15.         [DllImport("Gdi32.DLL", CharSet=CharSet.Auto)]
  16.         public static extern IntPtr CreateRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect);
  17.         [DllImport("Gdi32.dll", CharSet=CharSet.Auto)]
  18.         public static extern IntPtr CreateRectRgnIndirect(ref xae4dd1cafd2eb77c.RECT rect);
  19.         [DllImport("Gdi32.DLL", CharSet=CharSet.Auto)]
  20.         public static extern IntPtr CreateRoundRectRgn(int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, int nWidthEllipse, int nHeightEllipse);
  21.         [DllImport("Gdi32.dll", CharSet=CharSet.Auto)]
  22.         public static extern bool DeleteDC(IntPtr hDC);
  23.         [DllImport("Gdi32.DLL", CharSet=CharSet.Auto)]
  24.         public static extern bool DeleteObject(IntPtr hObject);
  25.         [DllImport("Gdi32.dll", CharSet=CharSet.Auto)]
  26.         public static extern int GetClipBox(IntPtr hDC, ref xae4dd1cafd2eb77c.RECT rectBox);
  27.         [DllImport("Gdi32.dll", CharSet=CharSet.Auto)]
  28.         public static extern bool PatBlt(IntPtr hDC, int x, int y, int width, int height, uint flags);
  29.         [DllImport("Gdi32.dll", CharSet=CharSet.Auto)]
  30.         public static extern int SelectClipRgn(IntPtr hDC, IntPtr hRgn);
  31.         [DllImport("Gdi32.dll", CharSet=CharSet.Auto)]
  32.         public static extern IntPtr SelectObject(IntPtr hDC, IntPtr hObject);
  33.         [DllImport("Gdi32.dll", CharSet=CharSet.Auto)]
  34.         public static extern int SetBkMode(IntPtr hdc, int iBkMode);
  35.     }
  36. }