1998-05-20 14:25:30 +00:00
|
|
|
\section{\class{wxPoint}}\label{wxpoint}
|
|
|
|
|
|
|
|
A {\bf wxPoint} is a useful data structure for graphics operations.
|
|
|
|
It simply contains integer {\it x} and {\it y} members.
|
|
|
|
|
|
|
|
See also \helpref{wxRealPoint}{wxrealpoint} for a floating point version.
|
|
|
|
|
1999-02-15 20:41:29 +00:00
|
|
|
\wxheading{Derived from}
|
1998-05-20 14:25:30 +00:00
|
|
|
|
1999-01-24 14:57:09 +00:00
|
|
|
None
|
1998-05-20 14:25:30 +00:00
|
|
|
|
1999-02-15 20:41:29 +00:00
|
|
|
\wxheading{Include files}
|
|
|
|
|
|
|
|
<wx/gdicmn.h>
|
|
|
|
|
1998-05-20 14:25:30 +00:00
|
|
|
\wxheading{See also}
|
|
|
|
|
|
|
|
\helpref{wxRealPoint}{wxrealpoint}
|
|
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
|
|
|
|
\membersection{wxPoint::wxPoint}
|
|
|
|
|
|
|
|
\func{}{wxPoint}{\void}
|
|
|
|
|
|
|
|
\func{}{wxPoint}{\param{int}{ x}, \param{int}{ y}}
|
|
|
|
|
|
|
|
Create a point.
|
|
|
|
|
|
|
|
\membersection{wxPoint::x}
|
|
|
|
|
|
|
|
\member{int}{x}
|
|
|
|
|
|
|
|
x member.
|
|
|
|
|
|
|
|
\membersection{wxPoint::y}
|
|
|
|
|
|
|
|
\member{int}{ y}
|
|
|
|
|
|
|
|
y member.
|
|
|
|
|