wxPostScriptDC - Functions for wxPostScriptDC class
Please see following description for synopsis
wxPostScriptDC(3) Erlang Module Definition wxPostScriptDC(3)
NAME
wxPostScriptDC - Functions for wxPostScriptDC class
DESCRIPTION
This defines the wxWidgets Encapsulated PostScript device context,
which can write PostScript files on any platform. See wxDC for descrip-
tions of the member functions.
Starting a document
Document should be started with call to wxDC:startDoc/2 prior to call-
ing any function to execute a drawing operation. However, some func-
tions, like wxDC:setFont/2, may be legitimately called even before
wxDC:startDoc/2.
This class is derived (and can use functions) from: wxDC
wxWidgets docs: wxPostScriptDC
DATA TYPES
wxPostScriptDC() = wx:wx_object()
EXPORTS
new() -> wxPostScriptDC()
new(PrintData) -> wxPostScriptDC()
Types:
PrintData = wxPrintData:wxPrintData()
Constructs a PostScript printer device context from a wxPrint-
Data object.
destroy(This :: wxPostScriptDC()) -> ok
Destroys the object.
wxWidgets team. wx 2.1.1 wxPostScriptDC(3)