]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/point.tex
fixes
[wxWidgets.git] / docs / latex / wx / point.tex
CommitLineData
a660d684
KB
1\section{\class{wxPoint}}\label{wxpoint}
2
3A {\bf wxPoint} is a useful data structure for graphics operations.
4It simply contains integer {\it x} and {\it y} members.
5
6See also \helpref{wxRealPoint}{wxrealpoint} for a floating point version.
7
8\wxheading{Derivation}
9
10\helpref{wxObject}{wxobject}
11
12\wxheading{See also}
13
14\helpref{wxRealPoint}{wxrealpoint}
15
16\latexignore{\rtfignore{\wxheading{Members}}}
17
18\membersection{wxPoint::wxPoint}
19
20\func{}{wxPoint}{\void}
21
22\func{}{wxPoint}{\param{int}{ x}, \param{int}{ y}}
23
24Create a point.
25
26\membersection{wxPoint::x}
27
28\member{int}{x}
29
30x member.
31
32\membersection{wxPoint::y}
33
34\member{int}{ y}
35
36y member.
37