class_dc.h 587 B

1234567891011121314151617181920
  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_dc Device Contexts
  9. @ingroup group_class
  10. Device contexts are surfaces that may be drawn on, and provide an abstraction
  11. that allows parameterisation of your drawing code by passing different device
  12. contexts.
  13. Related Overviews: @ref overview_dc
  14. */