1wxPostScriptDC(3)          Erlang Module Definition          wxPostScriptDC(3)
2
3
4

NAME

6       wxPostScriptDC - Functions for wxPostScriptDC class
7

DESCRIPTION

9       This  defines  the  wxWidgets  Encapsulated  PostScript device context,
10       which can write PostScript files on any platform. See wxDC for descrip‐
11       tions of the member functions.
12
13       Starting a document
14
15       Document  should be started with call to wxDC:startDoc/2 prior to call‐
16       ing any function to execute a drawing operation.  However,  some  func‐
17       tions,  like  wxDC:setFont/2,  may  be  legitimately called even before
18       wxDC:startDoc/2.
19
20       This class is derived (and can use functions) from: wxDC
21
22       wxWidgets docs: wxPostScriptDC
23

DATA TYPES

25       wxPostScriptDC() = wx:wx_object()
26

EXPORTS

28       new() -> wxPostScriptDC()
29
30       new(PrintData) -> wxPostScriptDC()
31
32              Types:
33
34                 PrintData = wxPrintData:wxPrintData()
35
36              Constructs a PostScript printer device context from  a  wxPrint‐
37              Data object.
38
39       destroy(This :: wxPostScriptDC()) -> ok
40
41              Destroys the object.
42
43
44
45wxWidgets team.                     wx 2.1                   wxPostScriptDC(3)
Impressum