A {\bf wxSize} is a useful data structure for graphics operations.
It simply contains integer {\it x} and {\it y} members.
+\pythonnote{wxPython defines aliases for the \tt{x} and \tt{y} members
+named \tt{width} and \tt{height} since it makes much more sense for
+sizes. There is also coresponding aliases for the \tt{GetWidth} and
+\tt{GetHeight} methods.
+}
+
\wxheading{Derived from}
None