1998-05-20 14:25:30 +00:00
|
|
|
\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.
|
|
|
|
|
1999-02-15 20:41:29 +00:00
|
|
|
\wxheading{Derived from}
|
1998-05-20 14:25:30 +00:00
|
|
|
|
1999-02-15 20:41:29 +00:00
|
|
|
None
|
|
|
|
|
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/gdicmn.h>
|
1998-05-20 14:25:30 +00:00
|
|
|
|
|
|
|
\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.
|
|
|
|
|
|
|
|
|