wxWidgets/docs/latex/wx/point.tex
Julian Smart 9838df2cef Added some Motif wxGLCanvas support; some more Motif bugs cured; print dialogs
look OK on Motif now; got rid of some #ifdef wxUSE_... instances


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-01-24 14:57:09 +00:00

38 lines
618 B
TeX

\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.
\wxheading{Derivation}
None
\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.