m_pimpl = factory->CreatePrinterDC( this, data );
}
+wxPrinterDC::~wxPrinterDC()
+{
+}
+
+wxRect wxPrinterDC::GetPaperRect()
+{
+ return GetImpl()->GetPaperRect();
+}
+
+int wxPrinterDC::GetResolution()
+{
+ return GetImpl()->GetResolution();
+}
+
+
//-----------------------------------------------------------------------------
// wxImplDC
//-----------------------------------------------------------------------------