wxWidgets/docs/latex/wx/realpoin.tex
1999-02-15 20:41:29 +00:00

36 lines
651 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{Derived from}
None
\wxheading{Include files}
<wx/gdicmn.h>
\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.