.\" This is a wxWidgets manpage page generated from the XML docs .TH wxPoint 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxPoint \- Representation of a point .SH DESCRIPTION A wxPoint is a useful data structure for graphics operations. It simply contains integer x and y members. See also wxRealPoint for a floating point version. .SH "PARENTS" .SH "INCLUDE FILES" wx/gdicmn.h .SH MEMBERS .SS wxPoint () .SS wxPoint (int xint y) Create a point. .SS bool operator == (const wxPoint& pt) Equality operator: returns true if two points are the same. .SS bool operator != (const wxPoint& pt) Inequality operator: returns true if two points are different. .SH "SEE ALSO" wxRealPoint .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.