wxWidgets/docs/latex/wx/realpoin.tex
Karsten Ballüder a660d684ed I've now added the documentation files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1998-05-20 14:25:30 +00:00

32 lines
631 B
TeX

\section{\class{wxRealPoint}}\label{wxrealpoint}
A {\bf wxRealPoint} is a useful data structure for graphics operations.
It contains floating point point {\it x} and {\it y} members.
See also \helpref{wxPoint}{wxpoint} for an integer version.
\wxheading{Derivation}
\helpref{wxObject}{wxobject}
\wxheading{See also}
\helpref{wxPoint}{wxpoint}
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxRealPoint::wxRealPoint}
\func{}{wxRealPoint}{\void}
\func{}{wxRealPoint}{\param{double}{ x}, \param{double}{ y}}
Create a point.
\member{double}{ x}
\member{double}{ y}
Members of the {\bf wxRealPoint} object.