1wxPostScriptDC(3) Erlang Module Definition wxPostScriptDC(3)
2
3
4
6 wxPostScriptDC - See external documentation: wxPostScriptDC.
7
9 See external documentation: wxPostScriptDC.
10
11 This class is derived (and can use functions) from:
12 wxDC
13
15 wxPostScriptDC():
16
17
18 An object reference, The representation is internal and can be
19 changed without notice. It can't be used for comparsion stored on
20 disc or distributed for use on other nodes.
21
23 new() -> wxPostScriptDC()
24
25 See external documentation.
26
27 new(PrintData) -> wxPostScriptDC()
28
29 Types:
30
31 PrintData = wxPrintData:wxPrintData()
32
33 See external documentation.
34
35 setResolution(Ppi) -> ok
36
37 Types:
38
39 Ppi = integer()
40
41 This function is deprecated: not available in wxWidgets-2.9 and
42 later
43
44 See external documentation.
45
46 getResolution() -> integer()
47
48 This function is deprecated: not available in wxWidgets-2.9 and
49 later
50
51 See external documentation.
52
53 destroy(This::wxPostScriptDC()) -> ok
54
55 Destroys this object, do not use object again
56
58 <>
59
60
61
62 wx 1.9.3.1 wxPostScriptDC(3)