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

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin
  2. {
  3.     using System;
  4.     using System.Runtime.InteropServices;
  5.     internal class x555516122dcc901e
  6.     {
  7.         public const int MAX_PATH = 260;
  8.         [StructLayout(LayoutKind.Sequential)]
  9.         public struct POINT
  10.         {
  11.             public int x;
  12.             public int y;
  13.         }
  14.         [StructLayout(LayoutKind.Sequential)]
  15.         public struct SIZE
  16.         {
  17.             public int cx;
  18.             public int cy;
  19.         }
  20.     }
  21. }