fcGraphics.hpp
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4. // (DO NOT EDIT: machine generated header) 'fcGraphics.pas' rev: 5.00
  5. #ifndef fcGraphicsHPP
  6. #define fcGraphicsHPP
  7. #pragma delphiheader begin
  8. #pragma option push -w-
  9. #pragma option push -Vx
  10. #include <Graphics.hpp> // Pascal unit
  11. #include <Windows.hpp> // Pascal unit
  12. #include <SysInit.hpp> // Pascal unit
  13. #include <System.hpp> // Pascal unit
  14. //-- user supplied -----------------------------------------------------------
  15. namespace Fcgraphics
  16. {
  17. //-- type declarations -------------------------------------------------------
  18. //-- var, const, procedure ---------------------------------------------------
  19. extern PACKAGE void __fastcall ByteSwapColors(void *Colors, int Count);
  20. extern PACKAGE HPALETTE __fastcall PaletteFromDIBColorTable(unsigned DIBHandle, void * ColorTable, int 
  21. ColorCount);
  22. } /* namespace Fcgraphics */
  23. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  24. using namespace Fcgraphics;
  25. #endif
  26. #pragma option pop // -w-
  27. #pragma option pop // -Vx
  28. #pragma delphiheader end.
  29. //-- end unit ----------------------------------------------------------------
  30. #endif // fcGraphics