// Modified by:
// Created:
// Copyright: (c) Julian Smart
-// RCS-ID: $Id$
// Licence: wxWindows Licence
/////////////////////////////////////////////////////////////////////////////
wxPrinterDC();
wxPrinterDC(const wxPrintData& data);
- wxRect GetPaperRect();
- int GetResolution();
+ wxRect GetPaperRect() const;
+ int GetResolution() const;
protected:
wxPrinterDC(wxDCImpl *impl) : wxDC(impl) { }