GdiPlus.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:2k
源码类别:

模拟服务器

开发平台:

C/C++

  1. /**************************************************************************
  2. *
  3. * Copyright (c) 1998-2001, Microsoft Corp.  All Rights Reserved.
  4. *
  5. * Module Name:
  6. *
  7. *   Gdiplus.h
  8. *
  9. * Abstract:
  10. *
  11. *   GDI+ public header file
  12. *
  13. **************************************************************************/
  14. #ifndef _GDIPLUS_H
  15. #define _GDIPLUS_H
  16. struct IDirectDrawSurface7;
  17. typedef signed   short   INT16;
  18. typedef unsigned short  UINT16;
  19. #include <pshpack8.h>   // set structure packing to 8
  20. namespace Gdiplus
  21. {
  22.     namespace DllExports
  23.     {
  24.         #include "GdiplusMem.h"
  25.     };
  26.     #include "GdiplusBase.h"
  27.     #include "GdiplusEnums.h"
  28.     #include "GdiplusTypes.h"
  29.     #include "GdiplusInit.h"
  30.     #include "GdiplusPixelFormats.h"
  31.     #include "GdiplusColor.h"
  32.     #include "GdiplusMetaHeader.h"
  33.     #include "GdiplusImaging.h"
  34.     #include "GdiplusColorMatrix.h"
  35.     #include "GdiplusGpStubs.h"
  36.     #include "GdiplusHeaders.h"
  37.     namespace DllExports
  38.     {
  39.         #include "GdiplusFlat.h"
  40.     };
  41.     #include "GdiplusImageAttributes.h"
  42.     #include "GdiplusMatrix.h"
  43.     #include "GdiplusBrush.h"
  44.     #include "GdiplusPen.h"
  45.     #include "GdiplusStringFormat.h"
  46.     #include "GdiplusPath.h"
  47.     #include "GdiplusLineCaps.h"
  48.     #include "GdiplusMetafile.h"
  49.     #include "GdiplusGraphics.h"
  50.     #include "GdiplusCachedBitmap.h"
  51.     #include "GdiplusRegion.h"
  52.     #include "GdiplusFontCollection.h"
  53.     #include "GdiplusFontFamily.h"
  54.     #include "GdiplusFont.h"
  55.     #include "GdiplusBitmap.h"
  56.     #include "GdiplusImageCodec.h"
  57. }; // namespace Gdiplus
  58. #include <poppack.h>    // pop structure packing back to previous state
  59. #endif // !_GDIPLUS_HPP