A wxIntPoint is a useful data structure for graphics operations. It contains integer point x and y members. See also wxPoint for a floating point version.
void wxIntPoint(void)
void wxIntPoint(int x, int y)
Create a point.
int x
int y
Members of the wxIntPoint object.