wxWidgets/docs/latex/wx/point.tex

42 lines
713 B
TeX
Raw Normal View History

\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{Derived from}
None
\wxheading{Include files}
<wx/gdicmn.h>
\wxheading{See also}
\helpref{wxRealPoint}{wxrealpoint}
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxPoint::wxPoint}\label{wxpointctor}
\func{}{wxPoint}{\void}
\func{}{wxPoint}{\param{int}{ x}, \param{int}{ y}}
Create a point.
\membersection{wxPoint::x}\label{wxpointx}
\member{int}{x}
x member.
\membersection{wxPoint::y}\label{wxpointy}
\member{int}{ y}
y member.