a7af285d1a
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
40 lines
722 B
TeX
40 lines
722 B
TeX
\section{\class{wxRealPoint}}\label{wxrealpoint}
|
|
|
|
A {\bf wxRealPoint} is a useful data structure for graphics operations.
|
|
It contains floating 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{Library}
|
|
|
|
\helpref{wxCore}{librarieslist}
|
|
|
|
\wxheading{See also}
|
|
|
|
\helpref{wxPoint}{wxpoint}
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
\membersection{wxRealPoint::wxRealPoint}\label{wxrealpointctor}
|
|
|
|
\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.
|
|
|
|
|