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.
Derived from
None
Include files
<wx/gdicmn.h>
See also
Create a point.
int x
x member.
int y
y member.