~brian-sidebotham/wxwidgets-cmake/wxpython-2.9.4

« back to all changes in this revision

Viewing changes to docs/doxygen/groups/class_dc.h

  • Committer: Brian Sidebotham
  • Date: 2013-08-03 14:30:08 UTC
  • Revision ID: brian.sidebotham@gmail.com-20130803143008-c7806tkych1tp6fc
Initial import into Bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/////////////////////////////////////////////////////////////////////////////
 
2
// Name:        class_gdi.h
 
3
// Purpose:     Graphics Device Interface classes group docs
 
4
// Author:      wxWidgets team
 
5
// RCS-ID:      $Id: class_dc.h 64940 2010-07-13 13:29:13Z VZ $
 
6
// Licence:     wxWindows licence
 
7
/////////////////////////////////////////////////////////////////////////////
 
8
 
 
9
/**
 
10
 
 
11
@defgroup group_class_dc Device Contexts
 
12
@ingroup group_class
 
13
 
 
14
Device contexts are surfaces that may be drawn on, and provide an abstraction
 
15
that allows parameterisation of your drawing code by passing different device
 
16
contexts.
 
17
 
 
18
Related Overviews: @ref overview_dc
 
19
 
 
20
*/
 
21