point.tex

来自「Wxpython Implemented on Windows CE, Sou」· TEX 代码 · 共 55 行

TEX
55
字号
\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.

\membersection{wxPoint::operator $==$}\label{wxpointequal}

\func{bool}{operator $==$}{\param{const wxPoint\& }{pt}}

Equality operator: returns \true if two points are the same.


\membersection{wxPoint::operator $!=$}\label{wxpointnotequal}

\func{bool}{operator $!=$}{\param{const wxPoint\& }{pt}}

Inequality operator: returns \true if two points are different.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?