funcmacro_gdi.h 588 B

123456789101112131415161718192021
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: funcmacro_gdi.h
  3. // Purpose: Graphics Device Interface function and macro docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_funcmacro_gdi Graphics Device Interface (GDI)
  9. @ingroup group_funcmacro
  10. The following are functions and macros related to GDI (Graphics Device
  11. Interface) access.
  12. Related Overviews: @ref overview_dc
  13. Related class group: @ref group_class_gdi
  14. */