/**
@class wxBitmap
- @ingroup group_class_gdi
@wxheader{bitmap.h}
This class encapsulates the concept of a platform-dependent bitmap,
/**
@class wxMask
- @ingroup group_class_gdi
@wxheader{bitmap.h}
This class encapsulates a monochrome mask bitmap, where the masked area is
/**
@class wxBrush
- @ingroup group_class_gdi
@wxheader{brush.h}
A brush is a drawing tool for filling in areas. It is used for painting
/**
@class wxColour
- @ingroup group_class_gdi
@wxheader{colour.h}
A colour is an object representing a combination of Red, Green, and Blue (RGB)
/**
@class wxCursor
- @ingroup group_class_gdi
@wxheader{cursor.h}
A cursor is a small bitmap usually used for denoting where the mouse
/**
@class wxDC
- @ingroup group_class_dc group_class_gdi
@wxheader{dc.h}
A wxDC is a @e device context onto which graphics and text can be drawn.
them.
@library{wxcore}
- @category{dc}
+ @category{dc,gdi}
@see Overview()
*/
/**
@class wxDCClipper
- @ingroup group_class_gdi
@wxheader{dc.h}
wxDCClipper is a small helper class for setting a clipping region on a
/**
@class wxFont
- @ingroup group_class_gdi
@wxheader{font.h}
A font is an object which determines the appearance of text. Fonts are
/**
@class wxBrushList
- @ingroup group_class_gdi
@wxheader{gdicmn.h}
A brush list is a list containing all brushes which have been created.
/**
@class wxFontList
- @ingroup group_class_gdi
@wxheader{gdicmn.h}
A font list is a list containing all fonts which have been created. There
/**
@class wxPenList
- @ingroup group_class_gdi
@wxheader{gdicmn.h}
There is only one instance of this class: @b wxThePenList. Use
/**
@class wxIcon
- @ingroup group_class_gdi
@wxheader{icon.h}
An icon is a small rectangular bitmap usually used for denoting a
/**
@class wxImage
- @ingroup group_class_gdi
@wxheader{image.h}
This class encapsulates a platform-independent image. An image can be created
/**
@class wxImageList
- @ingroup group_class_gdi
@wxheader{imaglist.h}
A wxImageList contains a list of images, which are stored in
/**
@class wxPalette
- @ingroup group_class_gdi
@wxheader{palette.h}
A palette is a table that maps pixel values to RGB colours. It allows the
/**
@class wxPen
- @ingroup group_class_gdi
@wxheader{pen.h}
A pen is a drawing tool for drawing outlines. It is used for drawing
/**
@class wxRegion
- @ingroup group_class_gdi
@wxheader{region.h}
A wxRegion represents a simple or complex region on a device context or window.
data using the reference counting, are not affected.
@library{wxcore}
- @category{data}
+ @category{data,gdi}
@see wxRegionIterator
*/
/**
@class wxRendererNative
- @ingroup group_class_gdi
@wxheader{renderer.h}
First, a brief introduction to wxRenderer and why it is needed.