]>
git.saurik.com Git - wxWidgets.git/blob - interface/wx/dcps.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: interface of wxPostScriptDC
4 // Author: wxWidgets team
6 // Licence: wxWindows licence
7 /////////////////////////////////////////////////////////////////////////////
12 This defines the wxWidgets Encapsulated PostScript device context, which
13 can write PostScript files on any platform. See wxDC for descriptions of
19 class wxPostScriptDC
: public wxDC
25 Constructs a PostScript printer device context from a wxPrintData object.
27 wxPostScriptDC(const wxPrintData
& printData
);