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