]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/realpoin.tex
enable verbose messages by default in debug builds
[wxWidgets.git] / docs / latex / wx / realpoin.tex
CommitLineData
a660d684
KB
1\section{\class{wxRealPoint}}\label{wxrealpoint}
2
3A {\bf wxRealPoint} is a useful data structure for graphics operations.
4It contains floating point point {\it x} and {\it y} members.
5See 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
23Create a point.
24
25\member{double}{ x}
26
27\member{double}{ y}
28
29Members of the {\bf wxRealPoint} object.
30
31