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

NAME

6       wxBufferedPaintDC - See external documentation: wxBufferedPaintDC.
7

DESCRIPTION

9       See external documentation: wxBufferedPaintDC.
10
11       This class is derived (and can use functions) from:
12       wxBufferedDC
13       wxMemoryDC
14       wxDC
15

DATA TYPES

17         wxBufferedPaintDC():
18
19
20           An  object  reference,  The  representation  is internal and can be
21           changed without notice. It can't be used for comparsion  stored  on
22           disc or distributed for use on other nodes.
23

EXPORTS

25       new(Window) -> wxBufferedPaintDC()
26
27              Types:
28
29                 Window = wxWindow:wxWindow()
30
31              Equivalent to new(Window, []).
32
33       new(Window, Buffer) -> wxBufferedPaintDC()
34
35              Types:
36
37                 Window = wxWindow:wxWindow()
38                 Buffer = wxBitmap:wxBitmap()
39
40              See external documentation.
41              Also:
42              new(Window, [Option]) -> wxBufferedPaintDC() when
43              Window::wxWindow:wxWindow(),
44              Option :: {'style', integer()}.
45
46
47       new(Window, Buffer, Options::[Option]) -> wxBufferedPaintDC()
48
49              Types:
50
51                 Window = wxWindow:wxWindow()
52                 Buffer = wxBitmap:wxBitmap()
53                 Option = {style, integer()}
54
55              See external documentation.
56
57       destroy(This::wxBufferedPaintDC()) -> ok
58
59              Destroys this object, do not use object again
60

AUTHORS

62       <>
63
64
65
66                                   wx 1.8.7               wxBufferedPaintDC(3)
Impressum