class_gdi.h 678 B

12345678910111213141516171819202122
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_gdi.h
  3. // Purpose: Graphics Device Interface classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_gdi Graphics Device Interface (GDI)
  9. @ingroup group_class
  10. The following are classes related to GDI (Graphics Device Interface) access.
  11. They provide an API for drawing on device contexts, windows, and printing.
  12. Related Overviews: @ref overview_dc, @ref overview_bitmap
  13. Related macros/global-functions group: @ref group_funcmacro_gdi
  14. */