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

NAME

6       wxGraphicsMatrix - See external documentation: wxGraphicsMatrix.
7

DESCRIPTION

9       See external documentation: wxGraphicsMatrix.
10
11       This class is derived (and can use functions) from:
12       wxGraphicsObject
13

DATA TYPES

15         wxGraphicsMatrix():
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

EXPORTS

23       concat(This, T) -> ok
24
25              Types:
26
27                 This = wxGraphicsMatrix()
28                 T = wxGraphicsMatrix()
29
30              See external documentation.
31
32       get(This) -> Result
33
34              Types:
35
36                 Result = {A::number(), B::number(), C::number(), D::number(),
37                 Tx::number(), Ty::number()}
38                 This = wxGraphicsMatrix()
39
40              See external documentation.
41
42       invert(This) -> ok
43
44              Types:
45
46                 This = wxGraphicsMatrix()
47
48              See external documentation.
49
50       isEqual(This, T) -> boolean()
51
52              Types:
53
54                 This = wxGraphicsMatrix()
55                 T = wxGraphicsMatrix()
56
57              See external documentation.
58
59       isIdentity(This) -> boolean()
60
61              Types:
62
63                 This = wxGraphicsMatrix()
64
65              See external documentation.
66
67       rotate(This, Angle) -> ok
68
69              Types:
70
71                 This = wxGraphicsMatrix()
72                 Angle = number()
73
74              See external documentation.
75
76       scale(This, XScale, YScale) -> ok
77
78              Types:
79
80                 This = wxGraphicsMatrix()
81                 XScale = number()
82                 YScale = number()
83
84              See external documentation.
85
86       translate(This, Dx, Dy) -> ok
87
88              Types:
89
90                 This = wxGraphicsMatrix()
91                 Dx = number()
92                 Dy = number()
93
94              See external documentation.
95
96       set(This) -> ok
97
98              Types:
99
100                 This = wxGraphicsMatrix()
101
102              Equivalent to set(This, []).
103
104       set(This, Options::[Option]) -> ok
105
106              Types:
107
108                 This = wxGraphicsMatrix()
109                 Option = {a, number()} | {b, number()} | {c, number()} |  {d,
110                 number()} | {tx, number()} | {ty, number()}
111
112              See external documentation.
113
114       transformPoint(This) -> {X::number(), Y::number()}
115
116              Types:
117
118                 This = wxGraphicsMatrix()
119
120              See external documentation.
121
122       transformDistance(This) -> {Dx::number(), Dy::number()}
123
124              Types:
125
126                 This = wxGraphicsMatrix()
127
128              See external documentation.
129

AUTHORS

131       <>
132
133
134
135                                   wx 1.9.3                wxGraphicsMatrix(3)
Impressum