/////////////////////////////////////////////////////////////////////////////
// Name: dc.h
-// Purpose: documentation for wxDC class
+// Purpose: interface of wxDC
// Author: wxWidgets team
// RCS-ID: $Id$
// Licence: wxWindows license
them.
@library{wxcore}
- @category{dc}
+ @category{dc,gdi}
- @seealso
- Overview
+ @see Overview()
*/
class wxDC : public wxObject
{
/**
Returns the depth (number of bits/pixel) of this DC.
- @see wxDisplayDepth
+ @see wxDisplayDepth()
*/
int GetDepth() const;
};
+
/**
@class wxDCClipper
@wxheader{dc.h}
@library{wxcore}
@category{gdi}
- @seealso
- wxDC::SetClippingRegion
+ @see wxDC::SetClippingRegion
*/
class wxDCClipper
{
wxDCClipper(wxDC& dc, int x, int y, int w, int h);
//@}
};
+