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