Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.6 KiB

  1. /**************************************************************************\
  2. *
  3. * Copyright (c) 1998-2000, Microsoft Corp. All Rights Reserved.
  4. *
  5. * Module Name:
  6. *
  7. * Gdiplus.hpp
  8. *
  9. * Abstract:
  10. *
  11. * GDI+ Native C++ public header file
  12. *
  13. * Revision History:
  14. *
  15. * 03/03/1999 davidx
  16. * Created it.
  17. *
  18. \**************************************************************************/
  19. #ifndef _GDIPLUS_H
  20. #define _GDIPLUS_H
  21. struct IDirectDrawSurface7;
  22. namespace Gdiplus
  23. {
  24. namespace DllExports
  25. {
  26. #include "GdiplusMem.h"
  27. };
  28. #include "GdiplusBase.h"
  29. // The following headers are used internally as well
  30. #include "GdiplusEnums.h"
  31. #include "GdiplusTypes.h"
  32. #include "GdiplusPixelFormats.h"
  33. #include "GdiplusColor.h"
  34. #include "GdiplusMetaHeader.h"
  35. #include "GdiplusImaging.h"
  36. #include "imaging.h"
  37. #include "GdiplusColorMatrix.h"
  38. // The rest of these are used only by the application
  39. #include "GdiplusGpStubs.h"
  40. #include "GdiplusHeaders.h"
  41. namespace DllExports
  42. {
  43. #include "GdiplusFlat.h"
  44. };
  45. #include "GdiplusImageAttributes.h"
  46. #include "GdiplusMatrix.h"
  47. #include "GdiplusBrush.h"
  48. #include "GdiplusPen.h"
  49. #include "GdiplusStringFormat.h"
  50. #include "GdiplusPath.h"
  51. #include "GdiplusLineCaps.h"
  52. #include "GdiplusMetafile.h"
  53. #include "GdiplusGraphics.h"
  54. #include "GdiplusCachedBitmap.h"
  55. #include "GdiplusRegion.h"
  56. #include "GdiplusFontCollection.h"
  57. #include "GdiplusFontFamily.h"
  58. #include "GdiplusFont.h"
  59. #include "GdiplusBitmap.h"
  60. #include "GdiplusImageCodec.h"
  61. }; // namespace Gdiplus
  62. #endif // !_GDIPLUS_HPP