]>
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 | ||
954b8ae6 | 7 | \wxheading{Derived from} |
a660d684 | 8 | |
954b8ae6 JS |
9 | None |
10 | ||
11 | \wxheading{Include files} | |
12 | ||
13 | <wx/gdicmn.h> | |
a660d684 KB |
14 | |
15 | \wxheading{See also} | |
16 | ||
17 | \helpref{wxPoint}{wxpoint} | |
18 | ||
19 | \latexignore{\rtfignore{\wxheading{Members}}} | |
20 | ||
21 | \membersection{wxRealPoint::wxRealPoint} | |
22 | ||
23 | \func{}{wxRealPoint}{\void} | |
24 | ||
25 | \func{}{wxRealPoint}{\param{double}{ x}, \param{double}{ y}} | |
26 | ||
27 | Create a point. | |
28 | ||
29 | \member{double}{ x} | |
30 | ||
31 | \member{double}{ y} | |
32 | ||
33 | Members of the {\bf wxRealPoint} object. | |
34 | ||
35 |