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

NAME

6       wxScreenDC - Functions for wxScreenDC class
7

DESCRIPTION

9       A  wxScreenDC  can be used to paint on the screen. This should normally
10       be constructed as a temporary stack object; don't  store  a  wxScreenDC
11       object.
12
13       When using multiple monitors, wxScreenDC corresponds to the entire vir‐
14       tual screen composed  of  all  of  them.  Notice  that  coordinates  on
15       wxScreenDC  can  be  negative in this case, see wxDisplay:getGeometry/1
16       for more.
17
18       See: wxDC, wxMemoryDC, wxPaintDC, wxClientDC, wxWindowDC
19
20       This class is derived (and can use functions) from: wxDC
21
22       wxWidgets docs: wxScreenDC
23

DATA TYPES

25       wxScreenDC() = wx:wx_object()
26

EXPORTS

28       new() -> wxScreenDC()
29
30              Constructor.
31
32       destroy(This :: wxScreenDC()) -> ok
33
34              Destroys the object.
35
36
37
38wxWidgets team.                    wx 2.1.4                      wxScreenDC(3)
Impressum