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