]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/realpoin.tex
added wxMessageQueue class for inter-thread communications
[wxWidgets.git] / docs / latex / wx / realpoin.tex
... / ...
CommitLineData
1\section{\class{wxRealPoint}}\label{wxrealpoint}
2
3A {\bf wxRealPoint} is a useful data structure for graphics operations.
4It contains floating point {\it x} and {\it y} members.
5See also \helpref{wxPoint}{wxpoint} for an integer version.
6
7\wxheading{Derived from}
8
9None
10
11\wxheading{Include files}
12
13<wx/gdicmn.h>
14
15\wxheading{Library}
16
17\helpref{wxCore}{librarieslist}
18
19\wxheading{See also}
20
21\helpref{wxPoint}{wxpoint}
22
23\latexignore{\rtfignore{\wxheading{Members}}}
24
25\membersection{wxRealPoint::wxRealPoint}\label{wxrealpointctor}
26
27\func{}{wxRealPoint}{\void}
28
29\func{}{wxRealPoint}{\param{double}{ x}, \param{double}{ y}}
30
31Create a point.
32
33\member{double}{ x}
34
35\member{double}{ y}
36
37Members of the {\bf wxRealPoint} object.
38
39