2008-03-11 03:57:21 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
2008-03-12 15:08:48 -04:00
|
|
|
// Name: funcmacro_gdi.h
|
2008-03-11 03:57:21 -04:00
|
|
|
// Purpose: Graphics Device Interface function and macro docs
|
|
|
|
// Author: wxWidgets team
|
2008-03-12 15:08:48 -04:00
|
|
|
// RCS-ID: $Id$
|
2010-07-13 09:29:13 -04:00
|
|
|
// Licence: wxWindows licence
|
2008-03-11 03:57:21 -04:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
2008-03-12 15:08:48 -04:00
|
|
|
@defgroup group_funcmacro_gdi Graphics Device Interface (GDI)
|
|
|
|
@ingroup group_funcmacro
|
2008-03-11 03:57:21 -04:00
|
|
|
|
|
|
|
The following are functions and macros related to GDI (Graphics Device
|
|
|
|
Interface) access.
|
|
|
|
|
|
|
|
Related Overviews: @ref overview_dc
|
|
|
|
|
2008-12-12 13:51:54 -05:00
|
|
|
Related class group: @ref group_class_gdi
|
|
|
|
|
2008-03-11 03:57:21 -04:00
|
|
|
*/
|
|
|
|
|