]>
Commit | Line | Data |
---|---|---|
a660d684 KB |
1 | \section{\class{wxRealPoint}}\label{wxrealpoint} |
2 | ||
3 | A {\bf wxRealPoint} is a useful data structure for graphics operations. | |
154b6b0f | 4 | It contains floating point {\it x} and {\it y} members. |
a660d684 KB |
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 | 14 | |
a7af285d VZ |
15 | \wxheading{Library} |
16 | ||
17 | \helpref{wxCore}{librarieslist} | |
18 | ||
a660d684 KB |
19 | \wxheading{See also} |
20 | ||
21 | \helpref{wxPoint}{wxpoint} | |
22 | ||
23 | \latexignore{\rtfignore{\wxheading{Members}}} | |
24 | ||
39275175 | 25 | \membersection{wxRealPoint::wxRealPoint}\label{wxrealpointctor} |
a660d684 KB |
26 | |
27 | \func{}{wxRealPoint}{\void} | |
28 | ||
29 | \func{}{wxRealPoint}{\param{double}{ x}, \param{double}{ y}} | |
30 | ||
31 | Create a point. | |
32 | ||
33 | \member{double}{ x} | |
34 | ||
35 | \member{double}{ y} | |
36 | ||
37 | Members of the {\bf wxRealPoint} object. | |
38 | ||
39 |