]>
Commit | Line | Data |
---|---|---|
a660d684 KB |
1 | \section{\class{wxPoint}}\label{wxpoint} |
2 | ||
3 | A {\bf wxPoint} is a useful data structure for graphics operations. | |
4 | It simply contains integer {\it x} and {\it y} members. | |
5 | ||
6 | See also \helpref{wxRealPoint}{wxrealpoint} for a floating point version. | |
7 | ||
8 | \wxheading{Derivation} | |
9 | ||
9838df2c | 10 | None |
a660d684 KB |
11 | |
12 | \wxheading{See also} | |
13 | ||
14 | \helpref{wxRealPoint}{wxrealpoint} | |
15 | ||
16 | \latexignore{\rtfignore{\wxheading{Members}}} | |
17 | ||
18 | \membersection{wxPoint::wxPoint} | |
19 | ||
20 | \func{}{wxPoint}{\void} | |
21 | ||
22 | \func{}{wxPoint}{\param{int}{ x}, \param{int}{ y}} | |
23 | ||
24 | Create a point. | |
25 | ||
26 | \membersection{wxPoint::x} | |
27 | ||
28 | \member{int}{x} | |
29 | ||
30 | x member. | |
31 | ||
32 | \membersection{wxPoint::y} | |
33 | ||
34 | \member{int}{ y} | |
35 | ||
36 | y member. | |
37 |